Removed console error message from translation

This commit is contained in:
TigerxWood 2020-07-08 00:00:36 +03:00 committed by Sean Yesmunt
parent 9c68623047
commit 10a508aaa5

View file

@ -4,7 +4,7 @@ import uuid from 'uuid/v4';
export function doToast(params: ToastParams) {
if (!params) {
throw Error(__("'params' object is required to create a toast notification"));
throw Error("'params' object is required to create a toast notification");
}
return {