Update src/scripts/clientUtils.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
vitorsemeano 2020-11-08 11:01:05 +00:00 committed by GitHub
parent 383c0d2cc4
commit baa7d88a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ export function processErrorResponse(response) {
export function alert(options) {
if (typeof options == 'string') {
toast.default({
toast({
text: options
});
} else {