From cd4fcfe2da72da336ca493ab7b38e1f1ee1f0b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zaj=C4=85c?= Date: Fri, 7 Jan 2022 01:53:03 +0100 Subject: [PATCH] Change formatter prop from :format to :formatter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/components/Properties/PropertyDateTime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Properties/PropertyDateTime.vue b/src/components/Properties/PropertyDateTime.vue index fa2b2db62..fb1017750 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" />