diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 1 |
1 files changed, 1 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" |