diff --git a/frontend/src/components/translations/index.tsx b/frontend/src/components/translations/index.tsx index f2a47053..25c1738b 100644 --- a/frontend/src/components/translations/index.tsx +++ b/frontend/src/components/translations/index.tsx @@ -44,8 +44,9 @@ export const Translations = () => { hasCount: false, }, ); - const { onSearch, searchPayload } = useSearch({ + const { ref, onSearch, searchPayload } = useSearch({ $iLike: ["str"], + queryParam: { key: "search", defaultValue: "" }, }); const { dataGridProps, refetch: refreshTranslations } = useFind( { entity: EntityType.TRANSLATION }, @@ -152,7 +153,7 @@ export const Translations = () => { width="max-content" > - +