Skip to content

Commit

Permalink
fix(signin): same error message wayHeardOfMobilic
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-gueguen committed Jan 6, 2025
1 parent c94ad82 commit 6943c30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/common/WayHeardOfMobilic.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ export function WayHeardOfMobilic({
required={required}
state={selectError ? "error" : "default"}
stateRelatedMessage={
selectError
? "Veuillez sélectionner comment vous avez connu Mobilic"
: undefined
selectError ? "Veuillez compléter ce champ" : undefined
}
onChange={handleRadioChange}
/>
Expand Down

0 comments on commit 6943c30

Please sign in to comment.