Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zin-lin committed Nov 19, 2023
1 parent d581e6e commit a74e6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/BookViewPorts/updateBookMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ const UpdateBookMobile: React.FC<Props>= (props:Props)=>{
}
if (saveMode === 'write') {
axios.post(`/api/writescene/${bid}`, form).then(response => {
newScence()


})
Expand Down

0 comments on commit a74e6d4

Please sign in to comment.