Skip to content

Commit

Permalink
ECER-1041: Character reference email format error edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Farzad committed Mar 26, 2024
1 parent 2ee848c commit 945c141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<v-col cols="12" md="8" lg="6" xl="4">
<v-text-field
v-model="emailAddress"
:rules="[Rules.required(), Rules.email('Enter your reference\'s email in the format \'[email protected]\'')]"
:rules="[Rules.required('Enter your reference\'s email in the format \'[email protected]\''), Rules.email('Enter your reference\'s email in the format \'[email protected]\'')]"
label="Reference Email"
variant="outlined"
color="primary"
Expand Down

0 comments on commit 945c141

Please sign in to comment.