fix notify

This commit is contained in:
Yuri Kuznetsov
2025-05-06 16:58:07 +03:00
parent 0258f5e8b1
commit bc0bcf3594
+1 -1
View File
@@ -196,7 +196,7 @@ class ConvertLeadView extends MainView {
this.getRouter().confirmLeaveOut = false;
this.getRouter().navigate('#Lead/view/' + this.model.id, {trigger: true});
this.notify('Converted', 'success');
Espo.Ui.notify(this.translate('Converted', 'labels', 'Lead'));
})
.catch(xhr => {
Espo.Ui.notify(false);