diff --git a/frontend/src/features/collections/share-collection.ts b/frontend/src/features/collections/share-collection.ts index 3ee177eb..ce4bd340 100644 --- a/frontend/src/features/collections/share-collection.ts +++ b/frontend/src/features/collections/share-collection.ts @@ -97,9 +97,7 @@ export class ShareCollection extends BtrixElement { ${when(this.orgSlug && this.collection, (collection) => - this.context === "public" && - collection.access === CollectionAccess.Public && - collection.allowPublicDownload + this.context === "public" && collection.allowPublicDownload ? html`