Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jul 13, 2021
2 parents 91dea99 + e51adc9 commit 149c3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ const FilesList = () => {
}
}
}
setValidBulkOps([])
setValidBulkOps(filteredList)
}
}, [selectedCids, items, bulkOperations])

Expand Down
2 changes: 1 addition & 1 deletion packages/storage-ui/src/Components/Pages/BucketPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const BucketPage: React.FC<IFileBrowserModuleProps> = () => {

const bulkOperations: IBulkOperations = useMemo(() => ({
[CONTENT_TYPES.Directory]: [],
[CONTENT_TYPES.File]: []
[CONTENT_TYPES.File]: ["delete"]
}), [])

const itemOperations: IFilesTableBrowserProps["itemOperations"] = useMemo(() => ({
Expand Down

0 comments on commit 149c3dc

Please sign in to comment.