Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -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 () {});
|
||||
|
||||
Reference in New Issue
Block a user