update toast
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
}));
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
Dashboard.alert(Globalize.translate('SettingsSaved'));
|
||||
require(['toast'], function (toast) {
|
||||
toast(Globalize.translate('SettingsSaved'));
|
||||
});
|
||||
}
|
||||
|
||||
function onSubmit() {
|
||||
|
||||
Reference in New Issue
Block a user