Skip to content

Commit

Permalink
21965 - Align Business Type and Business Size while creating account (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio authored Jul 24, 2024
1 parent bc1d905 commit 74aa7b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions auth-web/src/components/auth/common/AccountBusinessType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,11 @@
v-if="isGovnAccount || isBusinessAccount "
justify="space-between"
data-test="business-account-type-details"
no-gutters
>
<v-col
cols="6"
class="py-0"
class="pr-2"
>
<v-select
v-model="businessType"
Expand All @@ -182,7 +183,7 @@
</v-col>
<v-col
cols="6"
class="py-0"
class="pl-2"
>
<v-select
v-model="businessSize"
Expand Down

0 comments on commit 74aa7b5

Please sign in to comment.