We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a2a57 commit fff9412Copy full SHA for fff9412
1 file changed
src/components/Layouts/Primary/TopBar/Items/SearchMenu/SearchDialog.tsx
@@ -349,7 +349,9 @@ export const SearchDialog: React.FC<SearchDialogProps> = ({ handleClose }) => {
349
`And ${contacts.totalCount - contacts.nodes.length} more`,
350
),
351
icon: <PeopleIcon />,
352
- link: `/accountLists/${accountListId}/contacts?searchTerm=${wildcardSearch}`,
+ link: `/accountLists/${accountListId}/contacts?searchTerm=${encodeURIComponent(
353
+ wildcardSearch,
354
+ )}`,
355
});
356
}
357
0 commit comments