Merge branch 'master' into budi-7065-csv-export-fails-for-table-with-composite-primary-key
This commit is contained in:
commit
60dc6f2138
|
@ -146,13 +146,13 @@ const automationActions = store => ({
|
||||||
await store.actions.save(automation)
|
await store.actions.save(automation)
|
||||||
notifications.success(
|
notifications.success(
|
||||||
`Automation ${
|
`Automation ${
|
||||||
automation.disabled ? "enabled" : "disabled"
|
automation.disabled ? "disabled" : "enabled"
|
||||||
} successfully`
|
} successfully`
|
||||||
)
|
)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
notifications.error(
|
notifications.error(
|
||||||
`Error ${
|
`Error ${
|
||||||
automation && automation.disabled ? "enabling" : "disabling"
|
automation && automation.disabled ? "disabling" : "enabling"
|
||||||
} automation`
|
} automation`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue