Skip to content

Commit

Permalink
fix(timepicker) fix timepicker missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonweng committed Mar 7, 2019
1 parent c534514 commit 64962b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/actions/action_bar/5.publish2.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</label>
</div>

<div class="qor-field__edit qor-field__datetimepicker">
<div class="qor-field__edit qor-field__datetimepicker" data-picker-type="datetime">
<label class="qor-field__label">{{t "qor_publish.action_bar.time_travel" "Time Travel"}}</label>
<input class="qor-datetimepicker__input qor-filter__scheduled-time" placeholder="YYYY-MM-DD" data-search-param="publish_scheduled_time" type="text" value="{{get_publish_schedule_time .}}" />
<div class="qor-field__datetimepicker-button">
Expand Down

0 comments on commit 64962b1

Please sign in to comment.