fix: Query Filter Builder "Advanced" bug (#7599)

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Michael Genson
2026-05-10 11:51:27 -05:00
committed by GitHub
parent ee181a598b
commit 6e9ad5fef1

View File

@@ -258,6 +258,10 @@
class="text-center"
@update:model-value="setRightParenthesisValue(field, index, $event)"
/>
</v-col>
<!-- field actions -->
<v-col
v-if="!$vuetify.display.smAndDown || index === fields.length - 1"
:cols="config.items.fieldActions.cols(index)"
:sm="config.items.fieldActions.sm(index)"