chore(dev): reduce smithery api page size

This commit is contained in:
Soumyadas15 2025-06-10 00:45:53 +05:30
parent 875c48743f
commit 599421f3ac
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export const BrowseDialog: React.FC<BrowseDialogProps> = ({
const categories = popularServersV2?.success ? Object.keys(popularServersV2.categorized) : [];
useEffect(() => {
setCurrentPage(1);
}, [searchQuery]);