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]"),
customData: {
ops,
result
}
result,
},
});
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
return;
@ -405,8 +405,8 @@ export const addItem = (
error: new Error("Showplan update failure [addItem]"),
customData: {
ops,
result
}
result,
},
});
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
return;
@ -468,8 +468,8 @@ export const removeItem = (
error: new Error("Showplan update failure [removeItem]"),
customData: {
ops,
result
}
result,
},
});
dispatch(showplan.actions.planSaveError("Failed to update show plan."));
return;