diff --git a/web/src/app/shared/store/classification-store/classification.state.ts b/web/src/app/shared/store/classification-store/classification.state.ts index 18ec69fa7..7a7cc5346 100644 --- a/web/src/app/shared/store/classification-store/classification.state.ts +++ b/web/src/app/shared/store/classification-store/classification.state.ts @@ -99,6 +99,7 @@ export class ClassificationState implements NgxsAfterBootstrap { getClassifications(ctx: StateContext): Observable { const { selectedClassificationType } = ctx.getState(); return this.domainService.getSelectedDomain().pipe( + take(1), mergeMap((domain) => { const filter: ClassificationQueryFilterParameter = { domain: [domain],