TSK-1312: Fix bug due to type change while creating a new classification
This commit is contained in:
parent
e99126b4a2
commit
b51b1add49
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue