Custom attributes
This commit is contained in:
parent
fa51fd1d73
commit
cc0d9a1a12
1 changed files with 4 additions and 0 deletions
|
@ -232,6 +232,7 @@ export default {
|
|||
],
|
||||
},
|
||||
showDeleteConfirmationModal: false,
|
||||
customAttributes: [],
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
@ -259,6 +260,9 @@ export default {
|
|||
return false;
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.customAttributes = this.$store.getters['attributes/getAttributes'];
|
||||
},
|
||||
methods: {
|
||||
onEventChange() {
|
||||
if (this.automation.event_name === 'message_created') {
|
||||
|
|
Loading…
Reference in a new issue