fix: daterangepicker on filter not working
This commit is contained in:
parent
bc80e54fe3
commit
0f20ab9f9e
@ -102,7 +102,7 @@
|
|||||||
<component
|
<component
|
||||||
:is="getValSelect(f)"
|
:is="getValSelect(f)"
|
||||||
v-model="f.value"
|
v-model="f.value"
|
||||||
@change.stop="(v) => updateValue(v, f)"
|
@change="(v) => updateValue(v, f)"
|
||||||
:placeholder="__('John Doe')"
|
:placeholder="__('John Doe')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user