fix: Collection overview not appearing on public share

This commit is contained in:
Tom Moor
2026-02-24 21:36:32 -05:00
parent 25e222bb22
commit 3c4ed666ce
@@ -87,7 +87,7 @@ function Overview({ collection, readOnly }: Props) {
return (
<>
{collections.isSaving && <LoadingIndicator />}
{can.update && (
{(can.update || readOnly) && (
<Suspense fallback={<Placeholder>Loading</Placeholder>}>
<MeasuredContainer name="document">
<Editor