fix: Automation Bugs and minor enhancements (#3936)
This commit is contained in:
parent
e345a4486d
commit
5ad6db07b4
17 changed files with 203 additions and 129 deletions
|
@ -48,7 +48,7 @@ export const actions = {
|
|||
commit(types.SET_AUTOMATION_UI_FLAG, { isUpdating: true });
|
||||
try {
|
||||
const response = await AutomationAPI.update(id, updateObj);
|
||||
commit(types.EDIT_AUTOMATION, response.data);
|
||||
commit(types.EDIT_AUTOMATION, response.data.payload);
|
||||
} catch (error) {
|
||||
throw new Error(error);
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue