RED-5233 - After deleting an entity in a dossier template, it is still appearing in the entity list

This commit is contained in:
Valentin Mihai 2022-09-21 14:13:08 +03:00
parent a775d964bc
commit 7c7f137e1e

View File

@ -57,6 +57,7 @@ export class EntitiesListingScreenComponent extends ListingComponent<Dictionary>
this.#dossierTemplateId,
),
);
this._loadDictionaryData();
this._loadingService.stop();
});
}