Commit 0a05bbde authored by Alish's avatar Alish
Browse files

feat: improve default local on product form

parent 5987a613
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {