Skip to content

Commit

Permalink
fix typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc committed Mar 1, 2024
1 parent 927ba6a commit 7384a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<input matInput placeholder="Memo" formControlName="memo" required />
<mat-icon matSuffix>description</mat-icon>
<mat-error *ngIf="form.get('memo')?.hasError('required')">
Memo is requiredf
Memo is required
</mat-error>
</mat-form-field>

Expand Down

0 comments on commit 7384a1b

Please sign in to comment.