RED-9208 - Rule editor: Display of error disappears when saving before checking for warnings (dry run)

This commit is contained in:
Valentin Mihai 2024-05-28 14:24:22 +03:00
parent d98b55c7ff
commit d3d042e539

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();
}