feat: simplify filter-popup
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
</x-button>
|
||||
</div>
|
||||
<filter-popup
|
||||
@change="() => {filtersChanged = true; loadBuckets()}"
|
||||
@update:modelValue="() => {filtersChanged = true; loadBuckets()}"
|
||||
:visible="showFilters"
|
||||
v-model="params"
|
||||
/>
|
||||
|
@ -50,9 +50,9 @@
|
||||
</x-button>
|
||||
</div>
|
||||
<filter-popup
|
||||
@change="loadTasks(1)"
|
||||
:visible="showTaskFilter"
|
||||
v-model="params"
|
||||
@update:modelValue="loadTasks(1)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
@ -59,9 +59,9 @@
|
||||
</card>
|
||||
</transition>
|
||||
<filter-popup
|
||||
@change="loadTasks(1)"
|
||||
:visible="showTaskFilter"
|
||||
v-model="params"
|
||||
@update:modelValue="loadTasks(1)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user