fix(sharing): store link expire date when enabling

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/44955/head
Arthur Schiwon 4 weeks ago
parent d4185fe08d
commit 5cc27a1131
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23

@ -411,6 +411,9 @@ export default {
? this.formatDateToString(defaultExpirationDate)
: ''
console.debug('Expiration date status', enabled, this.share.expireDate)
if (enabled) {
this.queueUpdate('expireDate')
}
},
},

Loading…
Cancel
Save