Skip to content

Commit 3ae178e

Browse files
committed
fix editClick by language
1 parent 40e73e7 commit 3ae178e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/social_platform/src/app/office/onboarding/stage-zero/stage-zero.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ export class OnboardingStageZeroComponent implements OnInit, OnDestroy {
522522
this.stageForm.get(name)?.updateValueAndValidity();
523523
});
524524

525-
this.editLanguageClick = true;
525+
this.editLanguageClick = false;
526526
}
527527

528528
editLanguage(index: number) {

0 commit comments

Comments
 (0)