diff --git a/src/constants/collection/index.ts b/src/constants/collection/index.ts index af6bff4da..03e322c04 100644 --- a/src/constants/collection/index.ts +++ b/src/constants/collection/index.ts @@ -53,8 +53,6 @@ export const UPLOAD_NOT_ALLOWED_COLLECTION_TYPES = new Set([ CollectionSummaryType.all, CollectionSummaryType.archive, CollectionSummaryType.incomingShare, - CollectionSummaryType.outgoingShare, - CollectionSummaryType.sharedOnlyViaLink, CollectionSummaryType.trash, ]);