Skip to content

Commit 27b1f58

Browse files
committed
fix
1 parent a495181 commit 27b1f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/components/chatInput/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function ChatInput({openWhiteboard, showAnim}: props) {
6767

6868
useEffect(() => {
6969
if (initCreate) {
70-
console.log('*************88000');
70+
console.log('***********88000');
7171
router.push('/editor', { scroll: false });
7272
}
7373
}, [initCreate])

0 commit comments

Comments
 (0)