required field solved and other bug

This commit is contained in:
Eudes Inácio
2023-02-13 18:57:15 +01:00
parent c82029edf8
commit 34c0447d24
13 changed files with 44 additions and 43 deletions
@@ -81,7 +81,7 @@
<!-- <div *ngIf="Form && validateFrom" >
<div *ngIf="Form.get('CalendarName').invalid " class="input-errror-message">
<div *ngIf="Form.get('CalendarName').errors?.required">
Campo obrigatório.
</div>
</div>
</div> -->