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 a42f048 commit 152a586Copy full SHA for 152a586
examples/demo/src/products/ProductCreate.tsx
@@ -16,7 +16,7 @@ const RichTextInput = React.lazy(() =>
16
17
const ProductTitle = () => {
18
const appTitle = useDefaultTitle();
19
- const pageTitle = usePageTitle({ view: 'list' });
+ const pageTitle = usePageTitle({ view: 'create' });
20
21
return (
22
<>
0 commit comments