Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 18, 2024
1 parent 4dec5ae commit ce5437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/AddStoryModal/UploadFromFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const UploadFromFile = ({ closeModal }) => {

useEffect(() => {
if (progress) {
if (progress === 1) setFile('')
if (progress === 1) setStoryFile('')
}
}, [progress])

Expand Down

0 comments on commit ce5437d

Please sign in to comment.