Fix share expiration date not shown

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2020-04-17 21:10:42 +08:00
parent 0fc2dd85b5
commit 02b5ded840
No known key found for this signature in database
GPG Key ID: 9349B59FB54594AC
4 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"

View File

@ -104,6 +104,7 @@
:lang="lang"
icon=""
type="date"
value-type="format"
:not-before="dateTomorrow"
:not-after="dateMaxEnforced">
<!-- let's not submit when picked, the user
@ -227,6 +228,7 @@
:first-day-of-week="firstDay"
:lang="lang"
:value="share.expireDate"
value-type="format"
icon="icon-calendar-dark"
type="date"
:not-before="dateTomorrow"