feat: Add support of variables in macros and automation (#6358)

This commit is contained in:
Muhsin Keloth 2023-01-30 13:17:33 +05:30 committed by GitHub
parent 6013cc9bea
commit 024af909e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
/>