mirror of https://github.com/kortix-ai/suna.git
chore(dev): reduce smithery api page size
This commit is contained in:
parent
875c48743f
commit
599421f3ac
|
@ -34,6 +34,7 @@ export const BrowseDialog: React.FC<BrowseDialogProps> = ({
|
||||||
|
|
||||||
const categories = popularServersV2?.success ? Object.keys(popularServersV2.categorized) : [];
|
const categories = popularServersV2?.success ? Object.keys(popularServersV2.categorized) : [];
|
||||||
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setCurrentPage(1);
|
setCurrentPage(1);
|
||||||
}, [searchQuery]);
|
}, [searchQuery]);
|
||||||
|
|
Loading…
Reference in New Issue