From 2dc751e602bec8ffe96ce24b375a0c82bb9d0690 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Tue, 3 Jun 2025 04:29:28 +0530 Subject: [PATCH] fixes incorrect v-model binding --- .../src/features/admin/automation/RuleBox.vue | 2 +- .../features/admin/macros/ActionBuilder.vue | 31 +++++++++++-------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/frontend/src/features/admin/automation/RuleBox.vue b/frontend/src/features/admin/automation/RuleBox.vue index 8060772e..51b54f83 100644 --- a/frontend/src/features/admin/automation/RuleBox.vue +++ b/frontend/src/features/admin/automation/RuleBox.vue @@ -103,7 +103,7 @@
{{ $t('globals.messages.no', { name: $t('globals.terms.action', 2).toLowerCase() }) }} - @@ -70,13 +75,20 @@ /> +
@@ -85,7 +97,7 @@ v-if="action.type && config.actions[action.type]?.type === 'tag'" class="max-w-md" > - + - + @@ -126,7 +130,7 @@