Custom attributes

This commit is contained in:
Fayaz Ahmed 2022-04-25 16:54:32 +05:30
parent fa51fd1d73
commit cc0d9a1a12

View file

@ -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') {