more snappy

This commit is contained in:
talksik
2022-05-18 09:14:11 -05:00
parent 7303b76f95
commit 1fa3f1c427
@@ -40,7 +40,7 @@ export default function NewChannelForm({ handleClose }: { handleClose: () => voi
console.error(error); console.error(error);
} }
}, },
1000, 200,
[peopleSearchQuery, setSearchingUsers, fetchUsers], [peopleSearchQuery, setSearchingUsers, fetchUsers],
); );