RED-10016 - DM: Permanent loading triggerd when trying to edit the component

This commit is contained in:
Valentin Mihai 2024-09-10 16:08:40 +03:00
parent 1081f8ad1c
commit 71980486a2

View File

@ -92,6 +92,7 @@ export class StructuredComponentManagementComponent implements OnInit {
);
this.#computeFilters(componentLogData);
this.componentLogData.set(componentLogData);
this._loadingService.stop();
}
#computeFilters(componentLogs: ComponentLogEntry[]) {