mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-11 12:33:32 -04:00
fix: Query Filter Builder "Advanced" bug (#7599)
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -258,11 +258,15 @@
|
|||||||
class="text-center"
|
class="text-center"
|
||||||
@update:model-value="setRightParenthesisValue(field, index, $event)"
|
@update:model-value="setRightParenthesisValue(field, index, $event)"
|
||||||
/>
|
/>
|
||||||
|
</v-col>
|
||||||
|
|
||||||
|
<!-- field actions -->
|
||||||
|
<v-col
|
||||||
v-if="!$vuetify.display.smAndDown || index === fields.length - 1"
|
v-if="!$vuetify.display.smAndDown || index === fields.length - 1"
|
||||||
:cols="config.items.fieldActions.cols(index)"
|
:cols="config.items.fieldActions.cols(index)"
|
||||||
:sm="config.items.fieldActions.sm(index)"
|
:sm="config.items.fieldActions.sm(index)"
|
||||||
:class="config.col.class"
|
:class="config.col.class"
|
||||||
>
|
>
|
||||||
<BaseButtonGroup
|
<BaseButtonGroup
|
||||||
:buttons="[
|
:buttons="[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user