Removed console error message from translation
This commit is contained in:
parent
9c68623047
commit
10a508aaa5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import uuid from 'uuid/v4';
|
||||||
|
|
||||||
export function doToast(params: ToastParams) {
|
export function doToast(params: ToastParams) {
|
||||||
if (!params) {
|
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 {
|
return {
|
||||||
|
|
Loading…
Add table
Reference in a new issue