3
0
Fork 0

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:
Lance Edgar 2026-02-21 13:36:25 -06:00
parent 25c25c06e3
commit 94d29c639a

View file

@ -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()"