Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Sep 2, 2019
1 parent c3001f1 commit ab3c212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog-editor/components/field/field.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<input ng-switch-when="DialogFieldDateControl"
pf-datepicker options="vm.fieldData.options"
ng-disabled="true"
date="vm.fieldData.default_value">
ng-model="Date(vm.fieldData.default_value)">

<!-- date time control -->
<div ng-switch-when="DialogFieldDateTimeControl">
Expand Down

0 comments on commit ab3c212

Please sign in to comment.