Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
383c0d2cc4
commit
baa7d88a17
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export function processErrorResponse(response) {
|
|||
|
||||
export function alert(options) {
|
||||
if (typeof options == 'string') {
|
||||
toast.default({
|
||||
toast({
|
||||
text: options
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue