Skip to content

Commit

Permalink
fix (value): fix class name in date input comp. template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schweizer committed Apr 7, 2020
1 parent 720106f commit b243a4b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
<div [formGroup]="form" class="interval-input-container">
<div [formGroup]="form" class="date-input-container">
<mat-form-field class="start child-input-component">
<span class="calendar">{{startDateControl.value?.calendarName}}</span>
<kui-jdn-datepicker [activeCalendar]="startDateControl.value?.calendarName">
Expand Down

0 comments on commit b243a4b

Please sign in to comment.