Browse Source

fix lint issue

pull/2131/head
Maurits Lourens 5 years ago
parent
commit
cd4d40fb47
  1. 2
      packages/builder/src/components/automation/SetupPanel/SetupPanel.svelte

2
packages/builder/src/components/automation/SetupPanel/SetupPanel.svelte

@ -15,7 +15,7 @@
if (automationLive === live) {
return
}
automation.live = live;
automation.live = live
automationStore.actions.save({ instanceId, automation })
if (live) {
notifications.info(`Automation ${automation.name} enabled.`)

Loading…
Cancel
Save