Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
@@ -143,7 +143,7 @@ export function alert(options) {
|
||||
}
|
||||
|
||||
import('alert').then(({default: alert}) => {
|
||||
alert.default({
|
||||
alert({
|
||||
title: options.title || Globalize.translate('HeaderAlert'),
|
||||
text: options.message
|
||||
}).then(options.callback || function () {});
|
||||
|
||||
Reference in New Issue
Block a user