summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-02-07 18:57:58 +0100
committerGitHub <noreply@github.com>2022-02-07 18:57:58 +0100
commit0e625a1dbb32e8e6a932a2ed7c97bc86017c84e0 (patch)
tree9d32dd397ec1f290735036b8e797f0eeb29dd40a
parentf5ddfa18db72b108392ca136f1b7afa95aaabeec (diff)
parent1ca93817d61de97b9bcf34c78f683c95df9efdf0 (diff)
Merge pull request #2631 from nextcloud/backport/2596/stable4.0
[stable4.0] 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" />