Set the correct page title in /create (#1037)
This commit will fix the page title error in /create
This commit is contained in:
@@ -40,6 +40,7 @@ const ScaffolderPage: React.FC<{}> = () => {
|
||||
return (
|
||||
<Page theme={pageTheme.home}>
|
||||
<Header
|
||||
pageTitleOverride="Create a new component"
|
||||
title={
|
||||
<>
|
||||
Create a new component <Lifecycle alpha shorthand />{' '}
|
||||
|
||||
Reference in New Issue
Block a user