🐛 Disable upload to trash/shared with me (#627)
This commit is contained in:
@@ -292,6 +292,7 @@ export default memo(
|
||||
}}
|
||||
onDragOver={handleDragOver}
|
||||
onDrop={handleDrop}
|
||||
disabled={inTrash || access === 'read'}
|
||||
>
|
||||
{role == 'admin' && <UsersModal />}
|
||||
<VersionsModal />
|
||||
|
||||
Reference in New Issue
Block a user