mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Merge pull request #43686 from nextcloud/backport/43661/stable27
This commit is contained in:
commit
9d7abdd08c
3 changed files with 4 additions and 4 deletions
|
|
@ -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),
|
||||
/**
|
||||
|
|
|
|||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue