Skip to content

Commit 200636e

Browse files
Parth SharmaParth Sharma
authored andcommitted
email changed to optional#
1 parent 8f3dd1c commit 200636e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/clients/client-stepper/client-general-step/client-general-step.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export class ClientGeneralStepComponent implements OnInit, OnDestroy {
134134
emailAddress: [
135135
'',
136136
[
137-
Validators.required,
138137
Validators.pattern('^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$')
139138
]
140139
],

0 commit comments

Comments
 (0)