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 a495181 commit 27b1f58Copy full SHA for 27b1f58
components/components/chatInput/index.tsx
@@ -67,7 +67,7 @@ export default function ChatInput({openWhiteboard, showAnim}: props) {
67
68
useEffect(() => {
69
if (initCreate) {
70
- console.log('*************88000');
+ console.log('***********88000');
71
router.push('/editor', { scroll: false });
72
}
73
}, [initCreate])
0 commit comments