Skip to content

Commit

Permalink
fix: triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 18, 2023
1 parent 61f4cfa commit ee4ae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/ImportExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ class DataImportExport extends CoreBase {
options: cloneDeep(control.options),
action_sets: {},
condition: [],
events: [],
events: control.events,
}

if (control.condition) {
Expand Down

0 comments on commit ee4ae4f

Please sign in to comment.