Big changes added events for decisions
This commit is contained in:
@@ -10,6 +10,8 @@ const props = defineProps({
|
||||
decisions: Array,
|
||||
segments: Array,
|
||||
email_templates: { type: Array, default: () => [] },
|
||||
events: { type: Array, default: () => [] },
|
||||
archive_settings: { type: Array, default: () => [] },
|
||||
});
|
||||
|
||||
const activeTab = ref("actions");
|
||||
@@ -33,6 +35,9 @@ const activeTab = ref("actions");
|
||||
:decisions="decisions"
|
||||
:actions="actions"
|
||||
:email-templates="email_templates"
|
||||
:available-events="events"
|
||||
:segments="segments"
|
||||
:archive-settings="archive_settings"
|
||||
/>
|
||||
</fwb-tab>
|
||||
</fwb-tabs>
|
||||
|
||||
Reference in New Issue
Block a user