Skip to content

Commit

Permalink
Added complete reference to branch config util function
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhannigan committed Oct 31, 2024
1 parent 9023864 commit 4f93043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/stores/builder/automations.js
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ const automationActions = store => ({
const createBranch = name => {
return {
name: name,
...generateDefaultConditions(),
...store.actions.generateDefaultConditions(),
id: generate(),
}
}
Expand Down

0 comments on commit 4f93043

Please sign in to comment.