mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
Update SearchModule.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ const useStyles = createStyles((theme) => ({
|
|||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export function SearchModuleComponent(props: any) {
|
export function SearchModuleComponent() {
|
||||||
const { config } = useConfig();
|
const { config } = useConfig();
|
||||||
const { t } = useTranslation('modules/search');
|
const { t } = useTranslation('modules/search');
|
||||||
const [searchQuery, setSearchQuery] = useState('');
|
const [searchQuery, setSearchQuery] = useState('');
|
||||||
|
|||||||
Reference in New Issue
Block a user