1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 11:01:14 +00:00

Update lib-sub-folder-set-user-permission-dialog.js (#7762)

This commit is contained in:
Ranjiwei 2025-04-23 11:43:52 +08:00 committed by GitHub
parent bfc2812a4f
commit 1a4d7038a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,8 @@ class LibSubFolderSetUserPermissionDialog extends React.Component {
} else { } else {
this.permissions = ['r', 'rw', 'cloud-edit', 'preview', 'invisible']; this.permissions = ['r', 'rw', 'cloud-edit', 'preview', 'invisible'];
} }
this.userSelect = React.createRef();
} }
handleUserSelectChange = (option) => { handleUserSelectChange = (option) => {