Skip to content

Commit 02b5ded

Browse files
committed
Fix share expiration date not shown
Signed-off-by: Gary Kim <[email protected]>
1 parent 0fc2dd8 commit 02b5ded

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

apps/files_sharing/js/dist/files_sharing_tab.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/js/dist/files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/src/components/SharingEntry.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
:first-day-of-week="firstDay"
9393
:lang="lang"
9494
:value="share.expireDate"
95+
value-type="format"
9596
icon="icon-calendar-dark"
9697
type="date"
9798
:not-before="dateTomorrow"

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
:lang="lang"
105105
icon=""
106106
type="date"
107+
value-type="format"
107108
:not-before="dateTomorrow"
108109
:not-after="dateMaxEnforced">
109110
<!-- let's not submit when picked, the user
@@ -227,6 +228,7 @@
227228
:first-day-of-week="firstDay"
228229
:lang="lang"
229230
:value="share.expireDate"
231+
value-type="format"
230232
icon="icon-calendar-dark"
231233
type="date"
232234
:not-before="dateTomorrow"

0 commit comments

Comments
 (0)