diff --git a/resources/scripts/admin/views/installation/Step7CompanyInfo.vue b/resources/scripts/admin/views/installation/Step7CompanyInfo.vue index 885655d5..3890ccbd 100644 --- a/resources/scripts/admin/views/installation/Step7CompanyInfo.vue +++ b/resources/scripts/admin/views/installation/Step7CompanyInfo.vue @@ -181,6 +181,11 @@ onMounted(async () => { isFetchingInitialData.value = true await globalStore.fetchCountries() isFetchingInitialData.value = false + + // set default country + companyForm.address.country_id = globalStore.countries.find((country) => { + return country.code == 'US' + })?.id }) const rules = {