Merge branch 'VM/RED-9208' into 'master'

RED-9208 - Rule editor: Display of error disappears when saving before...

Closes RED-9208

See merge request redactmanager/red-ui!434
This commit is contained in:
Nicoleta Panaghiu 2024-05-29 09:55:34 +02:00
commit 4bcc5c5b38

View File

@ -131,6 +131,7 @@ export class RulesScreenComponent implements OnInit, ComponentCanDeactivate {
async save(): Promise<void> {
this._loadingService.start();
this.#removeErrorMarkers();
clearTimeout(this.#ruleValidationTimeout);
await this.#uploadRules();
}