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 98a0405f6..70a46c59d 100644 --- a/web/src/app/shared/store/classification-store/classification.state.ts +++ b/web/src/app/shared/store/classification-store/classification.state.ts @@ -38,7 +38,8 @@ export class ClassificationState implements NgxsAfterBootstrap { if (state.classificationTypes[action.selectedType]) { ctx.patchState({ selectedClassificationType: action.selectedType, - selectedClassification: undefined + selectedClassification: undefined, + action: ACTION.DEFAULT }); } return of(null);