Tiny renaming

This commit is contained in:
Chi Vinh Le
2017-05-19 02:29:59 +07:00
parent b521934ee2
commit 89b7918e41
2 changed files with 2 additions and 2 deletions
@@ -123,7 +123,7 @@ class ModerationContainer extends Component {
}
}
catch(err) {
notification.handleMutationErrors(err);
notification.showMutationErrors(err);
}
};
@@ -16,7 +16,7 @@ export function info(msg) {
return toast(msg, {type: 'info'});
}
export function handleMutationErrors(err) {
export function showMutationErrors(err) {
const errors = Array.isArray(err) ? err : [err];
errors.forEach((err) => {
console.error(err);