summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-02-02 14:53:09 +0100
committerGitHub <noreply@github.com>2022-02-02 14:53:09 +0100
commit7c7c6acfe50bc085a6241310e74d483fcd655dae (patch)
tree4a9e391eb56a03ab456f3d65ef255b1feb0f6a3d
parentcb27f7795dd4cfc2d290c9f228f973890de9e18a (diff)
parentcd4fcfe2da72da336ca493ab7b38e1f1ee1f0b83 (diff)
Merge pull request #2596 from Quintasan/change-formatter-for-datepicker
Change formatter prop from :format to :formatter
-rw-r--r--src/components/Properties/PropertyDateTime.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Properties/PropertyDateTime.vue b/src/components/Properties/PropertyDateTime.vue
index fa2b2db6..fb101775 100644
--- a/src/components/Properties/PropertyDateTime.vue
+++ b/src/components/Properties/PropertyDateTime.vue
@@ -60,7 +60,7 @@
:first-day-of-week="firstDay"
:type="inputType"
:readonly="isReadOnly"
- :format="dateFormat"
+ :formatter="dateFormat"
class="property__value"
confirm
@confirm="debounceUpdateValue" />