fix: only show string filter input if data type matches
apparently `v-else` was not doing the right thing there
This commit is contained in:
parent
25c25c06e3
commit
94d29c639a
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@
|
||||||
</option>
|
</option>
|
||||||
</b-select>
|
</b-select>
|
||||||
|
|
||||||
<wutta-filter-value v-else
|
<wutta-filter-value v-if="filter.data_type == 'string'"
|
||||||
v-model="filter.value"
|
v-model="filter.value"
|
||||||
ref="filterValue"
|
ref="filterValue"
|
||||||
v-show="valuedVerb()"
|
v-show="valuedVerb()"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue