aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/components/SharingEntry.vue1
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue2
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue
index 1daec4be479..e3f7497181f 100644
--- a/apps/files_sharing/src/components/SharingEntry.vue
+++ b/apps/files_sharing/src/components/SharingEntry.vue
@@ -92,6 +92,7 @@
:first-day-of-week="firstDay"
:lang="lang"
:value="share.expireDate"
+ value-type="format"
icon="icon-calendar-dark"
type="date"
:not-before="dateTomorrow"
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index c7771cc8104..5e15db16685 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -104,6 +104,7 @@
:lang="lang"
icon=""
type="date"
+ value-type="format"
:not-before="dateTomorrow"
:not-after="dateMaxEnforced">
<!-- let's not submit when picked, the user
@@ -227,6 +228,7 @@
:first-day-of-week="firstDay"
:lang="lang"
:value="share.expireDate"
+ value-type="format"
icon="icon-calendar-dark"
type="date"
:not-before="dateTomorrow"