mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #43661 from nextcloud/43256-fix-update-share-expiration-date
Fix undefined share object during expirationDate update
This commit is contained in:
commit
d77510cbfb
5 changed files with 7 additions and 7 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/7057-7057.js
vendored
4
dist/7057-7057.js
vendored
File diff suppressed because one or more lines are too long
2
dist/7057-7057.js.map
vendored
2
dist/7057-7057.js.map
vendored
File diff suppressed because one or more lines are too long
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