Fix self shared album not shown in collection selector screen (#1192)

This commit is contained in:
Neeraj Gupta 2023-06-21 09:30:10 +05:30 committed by GitHub
commit a9c84b0376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,6 @@ export const SELECT_NOT_ALLOWED_COLLECTION = new Set([
CollectionSummaryType.all,
CollectionSummaryType.archive,
CollectionSummaryType.incomingShare,
CollectionSummaryType.outgoingShare,
CollectionSummaryType.trash,
CollectionSummaryType.uncategorized,
CollectionSummaryType.hidden,