Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
ca4d403ce8
commit
383c0d2cc4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export function alert(options) {
|
|||
text: options
|
||||
});
|
||||
} else {
|
||||
baseAlert.default({
|
||||
baseAlert({
|
||||
title: options.title || globalize.translate('HeaderAlert'),
|
||||
text: options.message
|
||||
}).then(options.callback || function () {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue