We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1332df2 commit ce2e364Copy full SHA for ce2e364
src/app/modules/shared/components/details-fields/details-fields.component.html
@@ -99,6 +99,7 @@
99
[format]="24"
100
formControlName="start_hour"
101
id="start_hour"
102
+ [disabled]="!(project_name.value && project_id.value)"
103
></ngx-timepicker-field>
104
</div>
105
@@ -124,6 +125,7 @@
124
125
126
formControlName="end_hour"
127
id="end_hour"
128
129
130
131
0 commit comments