Added complete reference to branch config util function

This commit is contained in:
Dean 2024-10-31 12:29:09 +00:00
parent 9023864e65
commit 4f93043b03
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ const automationActions = store => ({
const createBranch = name => {
return {
name: name,
...generateDefaultConditions(),
...store.actions.generateDefaultConditions(),
id: generate(),
}
}