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) : [];
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
setCurrentPage(1);
|
||||
}, [searchQuery]);
|
||||
|
|
Loading…
Reference in New Issue