We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436ac31 commit 5cda284Copy full SHA for 5cda284
1 file changed
src/library-authoring/LibraryAuthoringPage.tsx
@@ -167,6 +167,7 @@ const LibraryAuthoringPage = ({
167
isLoadingLibraryData,
168
showOnlyPublished,
169
extraFilter: contextExtraFilter,
170
+ readOnly,
171
} = useLibraryContext();
172
const { sidebarItemInfo } = useSidebarContext();
173
@@ -342,6 +343,7 @@ const LibraryAuthoringPage = ({
342
343
title={libraryData.title}
344
org={libraryData.org}
345
contextId={libraryId}
346
+ readOnly={readOnly}
347
isLibrary
348
containerProps={{
349
size: undefined,
0 commit comments