Spaces:
Running
Running
ahmadshalloufuhh
commited on
Commit
•
4bb8324
1
Parent(s):
174b0d4
fixed a bug with submissions
Browse files
src/app/components/body/submitting/submitting.component.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
<mat-card-content>
|
17 |
<mat-form-field appearance="outline" style="width: 100%">
|
18 |
<mat-label>Contact Email</mat-label>
|
19 |
-
<input matInput formControlName="
|
20 |
</mat-form-field>
|
21 |
</mat-card-content>
|
22 |
|
|
|
16 |
<mat-card-content>
|
17 |
<mat-form-field appearance="outline" style="width: 100%">
|
18 |
<mat-label>Contact Email</mat-label>
|
19 |
+
<input matInput formControlName="contactEmail" placeholder="Contact Email" type="text" email>
|
20 |
</mat-form-field>
|
21 |
</mat-card-content>
|
22 |
|