Skip to content

Commit b44acd6

Browse files
committed
CST-9639: Fix maxStartDate issue
1 parent 88b69a5 commit b44acd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
placeholder="yyyy-mm-dd"
4040
[(ngModel)]="control.startDate"
4141
name="startDate-{{control.id}}"
42-
[minDate]="control.maxStartDate | toDate"
42+
[maxDate]="control.maxStartDate | toDate"
4343
ngbDatepicker
4444
#d="ngbDatepicker"
4545
/>

0 commit comments

Comments
 (0)