Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -114,7 +114,7 @@ export function processErrorResponse(response) {
|
||||
|
||||
export function alert(options) {
|
||||
if (typeof options == 'string') {
|
||||
toast.default({
|
||||
toast({
|
||||
text: options
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user