fix lint issue
This commit is contained in:
parent
3298b66ebf
commit
5df2242cf0
|
@ -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…
Reference in New Issue