fix: daterangepicker on filter not working

This commit is contained in:
Shariq Ansari 2024-06-11 16:56:55 +05:30
parent bc80e54fe3
commit 0f20ab9f9e

View File

@ -102,7 +102,7 @@
<component
:is="getValSelect(f)"
v-model="f.value"
@change.stop="(v) => updateValue(v, f)"
@change="(v) => updateValue(v, f)"
:placeholder="__('John Doe')"
/>
</div>