diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-12-10 10:44:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 10:44:51 +0100 |
commit | d851e5878270e113ba6fb37f25539c60d8b3cc30 (patch) | |
tree | da224c244246ec2a541f3d79933d9f195ec5d635 /apps/files_sharing/src/components/SharingEntryLink.vue | |
parent | 797184af2e31ba491d26fafd26995229d4c26ee0 (diff) | |
parent | 3a4179d8164c2647d65a92e1be5c29470554f284 (diff) | |
download | nextcloud-server-d851e5878270e113ba6fb37f25539c60d8b3cc30.tar.gz nextcloud-server-d851e5878270e113ba6fb37f25539c60d8b3cc30.zip |
Merge pull request #30157 from nextcloud/fix/datepicker-share-lang
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" |