Added complete reference to branch config util function
This commit is contained in:
parent
9023864e65
commit
4f93043b03
|
@ -998,7 +998,7 @@ const automationActions = store => ({
|
|||
const createBranch = name => {
|
||||
return {
|
||||
name: name,
|
||||
...generateDefaultConditions(),
|
||||
...store.actions.generateDefaultConditions(),
|
||||
id: generate(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue