diff options
author | Gary Kim <gary@garykim.dev> | 2020-04-17 21:10:42 +0800 |
---|---|---|
committer | Gary Kim <gary@garykim.dev> | 2020-04-30 22:35:52 +0800 |
commit | 02b5ded8403f9027d15739b1dea53ec2187bee93 (patch) | |
tree | d93108c52305bb99abc29475f0e7abf49673dabb /apps/files_sharing/src/components/SharingEntry.vue | |
parent | 0fc2dd85b5cb8793053469c0942931fa23304872 (diff) | |
download | nextcloud-server-02b5ded8403f9027d15739b1dea53ec2187bee93.tar.gz nextcloud-server-02b5ded8403f9027d15739b1dea53ec2187bee93.zip |
Fix share expiration date not shown
Signed-off-by: Gary Kim <gary@garykim.dev>
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" |