Skip to content

Commit

Permalink
make datetime widget work on form (thanks to @sinisaos for this)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Oct 2, 2024
1 parent 208d3e2 commit c381d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin_ui/src/components/NewForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
v-bind:timeResolution="
schema?.extra?.time_resolution[columnName]
"
v-bind:format="property.format"
/>
</div>
</div>
Expand Down

0 comments on commit c381d0e

Please sign in to comment.