From 4f93043b038cb4187b7a7cce1e5d276334cdc78d Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 31 Oct 2024 12:29:09 +0000 Subject: [PATCH] Added complete reference to branch config util function --- packages/builder/src/stores/builder/automations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/src/stores/builder/automations.js b/packages/builder/src/stores/builder/automations.js index 99d78e082c..c7b0b9c652 100644 --- a/packages/builder/src/stores/builder/automations.js +++ b/packages/builder/src/stores/builder/automations.js @@ -998,7 +998,7 @@ const automationActions = store => ({ const createBranch = name => { return { name: name, - ...generateDefaultConditions(), + ...store.actions.generateDefaultConditions(), id: generate(), } }