Skip to content

Commit

Permalink
fix(spo-f): Small date field
Browse files Browse the repository at this point in the history
Signed-off-by: Kwong Tung Nan <[email protected]>
  • Loading branch information
kwongtn committed Dec 27, 2023
1 parent 4ac25e4 commit 536fd3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/spotting/spotting-form/spotting-form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,13 @@
Spotting Date
</nz-form-label>
<nz-form-control
[nzSpan]="20"
nzFlex="auto"
[nzValidateStatus]="getStatus('spottingDate')"
[nzHasFeedback]="hasStatus('spottingDate')"
>
<nz-date-picker
style="width: 100%"
formControlName="spottingDate"
(ngModelChange)="onChanges($event)"
[nzAllowClear]="false"
Expand Down

0 comments on commit 536fd3f

Please sign in to comment.