We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d4908 commit 179e170Copy full SHA for 179e170
apps/web/src/components/core/edit-filters.vue
@@ -61,6 +61,7 @@ q-card.transparent(style='min-width: 45vw; max-width: 90vw')
61
|
62
code <{{ inputValue }}>
63
q-select.col-1(
64
+ v-if='filter.key && !columnExists(filter.key || "")'
65
style='min-width: 120px'
66
v-model='fieldType'
67
label='Type'
0 commit comments