mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
error close button
This commit is contained in:
@@ -1165,7 +1165,7 @@ class LinkManagerEditModalView extends ModalView {
|
||||
console.error(statusReasonHeader);
|
||||
}
|
||||
|
||||
Espo.Ui.error(msg);
|
||||
Espo.Ui.error(msg, {closeButton: true});
|
||||
|
||||
xhr.errorIsHandled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user