Skip to content

Commit

Permalink
πŸ› Disable upload to trash/shared with me (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
MontaGhanmy authored Jul 24, 2024
1 parent a09bd96 commit 123e621
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export default memo(
}}
onDragOver={handleDragOver}
onDrop={handleDrop}
disabled={inTrash || access === 'read'}
>
{role == 'admin' && <UsersModal />}
<VersionsModal />
Expand Down

0 comments on commit 123e621

Please sign in to comment.