mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: reset values on dropdown close
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
|
||||
$: if (!showFiltersDesktop && !showFiltersMobile) {
|
||||
selectedColumn = null;
|
||||
value = null;
|
||||
operatorKey = null;
|
||||
arrayValues = [];
|
||||
}
|
||||
|
||||
$: isButtonDisabled = $queriesAreDirty
|
||||
|
||||
Reference in New Issue
Block a user