Skip to content

Commit

Permalink
Remove double label in country select (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Jan 8, 2025
1 parent 952d067 commit ece02c5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
/>
<x-rapidez-ct::input name="city" label="City" v-model="addressVariables.city" required />
<span class="relative flex flex-col gap-y-1.5 sm:gap-y-2 text-sm !mb-3">
<x-rapidez-ct::input.label :required="true">
@lang('Country')
</x-rapidez-ct::input.label>
<x-rapidez-ct::input.country-select
name="country_code"
label="Country"
Expand Down

0 comments on commit ece02c5

Please sign in to comment.