We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e662c2f commit 27f251fCopy full SHA for 27f251f
packages/editor/src/components/collab-sidebar/index.js
@@ -257,7 +257,7 @@ export default function CollabSidebar() {
257
258
const openCollabBoard = () => {
259
setShowCommentBoard( true );
260
- enableComplementaryArea( 'core', 'edit-post/collab-sidebar' );
+ enableComplementaryArea( 'core', collabHistorySidebarName );
261
};
262
263
const [ blocks ] = useEntityBlockEditor( 'postType', postType, {
0 commit comments