mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
clarify effect deps
This commit is contained in:
@@ -116,8 +116,8 @@
|
||||
|
||||
$effect(() => {
|
||||
if (!show) return;
|
||||
offset;
|
||||
search;
|
||||
offset ?? null;
|
||||
search ?? null;
|
||||
request();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user