summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Zając <michal.zajac@gmail.com>2022-01-07 01:53:03 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-02-02 13:53:36 +0000
commit1ca93817d61de97b9bcf34c78f683c95df9efdf0 (patch)
tree9d32dd397ec1f290735036b8e797f0eeb29dd40a
parentf5ddfa18db72b108392ca136f1b7afa95aaabeec (diff)
Change formatter prop from :format to :formatter
In vue2-datepicker 3.6.3 the `format` got renamed to `formatter` See https://github.com/nextcloud/nextcloud-vue/pull/1495#issuecomment-989730285 Closes #2551 Signed-off-by: Michał Zając <michal.zajac@gmail.com>
-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" />