Skip to content

Commit

Permalink
fix: Work experience: Missing indication for required fields - EXO-62858
Browse files Browse the repository at this point in the history
 - Meeds-io/meeds#814  (#2420)

prior to this change, There isn't any indication of required fields in the section "Work experience"
after this change, An indication for the "Organization" and "Job title" fields were added
  • Loading branch information
GouadriaHanen committed Mar 16, 2023
1 parent ef0764b commit 7823fe6
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 7823fe6

Please sign in to comment.