From 024af909e3c9d2006c98cd76d2b6c2ee15e93483 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Mon, 30 Jan 2023 13:17:33 +0530 Subject: [PATCH] feat: Add support of variables in macros and automation (#6358) --- .../dashboard/components/widgets/AutomationActionInput.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components/widgets/AutomationActionInput.vue b/app/javascript/dashboard/components/widgets/AutomationActionInput.vue index 07e49c235..6ce1de728 100644 --- a/app/javascript/dashboard/components/widgets/AutomationActionInput.vue +++ b/app/javascript/dashboard/components/widgets/AutomationActionInput.vue @@ -92,6 +92,7 @@ v-if="inputType === 'textarea'" v-model="castMessageVmodel" rows="4" + :enable-variables="true" :placeholder="$t('AUTOMATION.ACTION.TEAM_MESSAGE_INPUT_PLACEHOLDER')" class="action-message" />