diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryLink.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index d860ee20805..3acd1a8652f 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -105,7 +105,7 @@ }" class="share-link-expire-date" :disabled="saving" - :first-day-of-week="firstDay" + :lang="lang" icon="" type="date" @@ -251,7 +251,6 @@ class="share-link-expire-date" :class="{ error: errors.expireDate}" :disabled="saving" - :first-day-of-week="firstDay" :lang="lang" :value="share.expireDate" value-type="format" |