Make it look The Good

This commit is contained in:
Marks Polakovs 2020-10-08 21:12:03 +01:00
parent c9101d36f2
commit 66067ca647

View file

@ -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;