Skip to content

Commit 19c1784

Browse files
checkpoint
1 parent 31af7b7 commit 19c1784

File tree

1 file changed

+1
-1
lines changed
  • typescript/examples/vite_basic/src

1 file changed

+1
-1
lines changed

typescript/examples/vite_basic/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const App = () => {
4343
devMode={true}
4444
components={{
4545
page_delimiter: (props) => {
46-
return <PageDelimiter {...props} pageNumber={99} />;
46+
return <PageDelimiter {...props} />;
4747
},
4848
}}
4949
/>

0 commit comments

Comments
 (0)