Make it look The Good
This commit is contained in:
parent
c9101d36f2
commit
66067ca647
1 changed files with 6 additions and 6 deletions
|
@ -325,8 +325,8 @@ export const moveItem = (
|
||||||
error: new Error("Showplan update failure [moveItem]"),
|
error: new Error("Showplan update failure [moveItem]"),
|
||||||
customData: {
|
customData: {
|
||||||
ops,
|
ops,
|
||||||
result
|
result,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
|
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
|
||||||
return;
|
return;
|
||||||
|
@ -405,8 +405,8 @@ export const addItem = (
|
||||||
error: new Error("Showplan update failure [addItem]"),
|
error: new Error("Showplan update failure [addItem]"),
|
||||||
customData: {
|
customData: {
|
||||||
ops,
|
ops,
|
||||||
result
|
result,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
|
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
|
||||||
return;
|
return;
|
||||||
|
@ -468,8 +468,8 @@ export const removeItem = (
|
||||||
error: new Error("Showplan update failure [removeItem]"),
|
error: new Error("Showplan update failure [removeItem]"),
|
||||||
customData: {
|
customData: {
|
||||||
ops,
|
ops,
|
||||||
result
|
result,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
|
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue