🐛 Disable upload to trash/shared with me (#627)

This commit is contained in:
Montassar Ghanmy
2024-07-24 14:28:55 +01:00
committed by GitHub
parent a09bd964e1
commit 123e6212fb
@@ -292,6 +292,7 @@ export default memo(
}}
onDragOver={handleDragOver}
onDrop={handleDrop}
disabled={inTrash || access === 'read'}
>
{role == 'admin' && <UsersModal />}
<VersionsModal />