Loading admin/website-angular/src/app/@shared/product/forms/basic-info/basic-info-form.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ export class BasicInfoFormComponent implements OnDestroy, OnInit { } private _setDefaultLocaleValue() { this.locale.setValue('en-US'); this.locale.setValue(this._translateService.currentLang); } private _bindFormControls() { Loading Loading
admin/website-angular/src/app/@shared/product/forms/basic-info/basic-info-form.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ export class BasicInfoFormComponent implements OnDestroy, OnInit { } private _setDefaultLocaleValue() { this.locale.setValue('en-US'); this.locale.setValue(this._translateService.currentLang); } private _bindFormControls() { Loading