Skip to content

Commit

Permalink
fix: Work experience: Missing indication for required fields - Meeds-…
Browse files Browse the repository at this point in the history
  • Loading branch information
GouadriaHanen committed Mar 15, 2023
1 parent 0d0b3e8 commit a6835ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</v-expansion-panel-header>
<v-expansion-panel-content>
<v-card-text class="d-flex flex-grow-1 text-no-wrap text-left font-weight-bold pt-0 pb-2">
{{ $t('profileWorkExperiences.company') }}
{{ $t('profileWorkExperiences.company') }} *
</v-card-text>
<v-card-text class="d-flex py-0">
<input
Expand All @@ -23,7 +23,7 @@
required>
</v-card-text>
<v-card-text class="d-flex flex-grow-1 text-no-wrap text-left font-weight-bold pb-2">
{{ $t('profileWorkExperiences.jobTitle') }}
{{ $t('profileWorkExperiences.jobTitle') }} *
</v-card-text>
<v-card-text class="d-flex py-0">
<input
Expand Down

0 comments on commit a6835ee

Please sign in to comment.