diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index ade5a26337..0f75975f40 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -114,7 +114,7 @@ export function processErrorResponse(response) { export function alert(options) { if (typeof options == 'string') { - toast.default({ + toast({ text: options }); } else {