Skip to content

Commit

Permalink
fix: reset warning value when exiting tab9
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Corny committed Dec 10, 2024
1 parent 6b6036c commit 84bd4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/zh-forms/tabs/tab9/zh-form-tab9.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ export class ZhFormTab9Component implements OnInit {
ngOnDestroy() {
if (this.$_getTabChangeSub) this.$_getTabChangeSub.unsubscribe();
if (this.$_currentZhSub) this.$_currentZhSub.unsubscribe();
this.hierarchy.warning = '';
}
}

0 comments on commit 84bd4ab

Please sign in to comment.