You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upload an image then if we have an error, we do not set false setFileUploadError value so when i try to upload new image i saw the error always. To fix that we should set setFileUploadError value to the false and the process can start from the beginning.
After upload an image then if we have an error, we do not set false setFileUploadError value so when i try to upload new image i saw the error always. To fix that we should set setFileUploadError value to the false and the process can start from the beginning.
I appreciate for your effort @sahandghavidel
`
const handleFileUpload = (file) => {
The text was updated successfully, but these errors were encountered: