Skip to content

Commit

Permalink
Исправлена передача значения даты и времени
Browse files Browse the repository at this point in the history
  • Loading branch information
fgbm committed May 24, 2021
1 parent ed69de9 commit 52f5f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-drf-forms",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"main": "src/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/CDateTimePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<v-datetime-picker
:disabled="disabled || (field in options && options[field].read_only)"
:readonly="readonly"
:value="record[field]"
:datetime="record[field]"
:date-picker-props="{':first-day-of-week': 1}"
clear-text="Очистить"
ok-text="Применить"
Expand Down

0 comments on commit 52f5f68

Please sign in to comment.