error close button

This commit is contained in:
Yurii
2026-03-02 18:31:51 +02:00
parent 74a3e9f6bd
commit 35d96b36ab
@@ -1165,7 +1165,7 @@ class LinkManagerEditModalView extends ModalView {
console.error(statusReasonHeader); console.error(statusReasonHeader);
} }
Espo.Ui.error(msg); Espo.Ui.error(msg, {closeButton: true});
xhr.errorIsHandled = true; xhr.errorIsHandled = true;
} }