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

This commit is contained in:
Valentin Mihai 2024-09-10 09:45:35 +03:00
parent 93321437c1
commit 4475f5979e

View File

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