mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Collection overview not appearing on public share
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user