diff --git a/apps/frontend/src/components/new-launch/mention.component.tsx b/apps/frontend/src/components/new-launch/mention.component.tsx index 8e1ddca7..cd1e6252 100644 --- a/apps/frontend/src/components/new-launch/mention.component.tsx +++ b/apps/frontend/src/components/new-launch/mention.component.tsx @@ -148,6 +148,7 @@ export const suggestion = ( let component: any; return { + allowSpaces: true, items: async ({ query }: { query: string }) => { if (!query || query.length < 2) { component.updateProps({ loading: true, stop: true });