diff --git a/packages/builder/src/builderStore/store/automation/index.js b/packages/builder/src/builderStore/store/automation/index.js index 01fc22100e..4ebf0515d6 100644 --- a/packages/builder/src/builderStore/store/automation/index.js +++ b/packages/builder/src/builderStore/store/automation/index.js @@ -249,9 +249,6 @@ const automationActions = store => ({ await store.actions.save(newAutomation) }, replace: async (automationId, automation) => { - if (!automationId) { - return - } if (!automation) { store.update(state => { // Remove the automation