We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b76cad commit 883be69Copy full SHA for 883be69
client/accept-invite/controller.js
@@ -15,6 +15,7 @@ export default {
15
titleActions.setTitle( i18n.translate( 'Accept Invite', { textOnly: true } ) );
16
17
React.unmountComponentAtNode( document.getElementById( 'secondary' ) );
18
+ context.layout.setState( { noSidebar: true } );
19
20
React.render(
21
React.createElement( Main, context.params ),
0 commit comments