Skip to content

Commit 152a586

Browse files
committed
Fix ProductCreate
1 parent a42f048 commit 152a586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo/src/products/ProductCreate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const RichTextInput = React.lazy(() =>
1616

1717
const ProductTitle = () => {
1818
const appTitle = useDefaultTitle();
19-
const pageTitle = usePageTitle({ view: 'list' });
19+
const pageTitle = usePageTitle({ view: 'create' });
2020

2121
return (
2222
<>

0 commit comments

Comments
 (0)