fix: Update validations in automation edit actions (#4370)

Co-authored-by: fayazara <fayazara@gmail.com>
This commit is contained in:
Tejaswini Chile
2022-04-05 15:22:56 +05:30
committed by GitHub
parent 9a8a0bd865
commit 2595e774e5
5 changed files with 73 additions and 21 deletions

View File

@@ -18,7 +18,7 @@
{{ attribute.label }}
</option>
</select>
<div class="filter__answer--wrap">
<div v-if="showActionInput" class="filter__answer--wrap">
<div v-if="inputType">
<div
v-if="inputType === 'multi_select'"
@@ -89,6 +89,10 @@ export default {
type: Object,
default: () => null,
},
showActionInput: {
type: Boolean,
default: true,
},
},
computed: {
action_name: {