Merge pull request #43686 from nextcloud/backport/43661/stable27

This commit is contained in:
John Molakvoæ 2024-02-22 10:42:31 +01:00 committed by GitHub
commit 9d7abdd08c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -221,7 +221,7 @@ export default {
*
* @param {Date} date
*/
onExpirationChange: debounce((date) => {
onExpirationChange: debounce(function(date) {
this.share.expireDate = this.formatDateToString(new Date(date))
}, 500),
/**

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long