Enable new collection permissions UI

This commit is contained in:
Tom Moor
2024-05-27 09:34:34 -04:00
parent 7858133e71
commit 1f097258f4
5 changed files with 32 additions and 13 deletions

View File

@@ -48,7 +48,6 @@ function ShareButton({ collection }: Props) {
<Popover {...popover} aria-label={t("Share")} width={400}>
<SharePopover
collection={collection}
share={share}
onRequestClose={popover.hide}
visible={popover.visible}
/>