fix error messages
This commit is contained in:
parent
753fbc72a4
commit
1846b40b2d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export const doUploadThumbnail = (filePath: string, nsfw: boolean) => (dispatch:
|
|||
type: ACTIONS.UPDATE_PUBLISH_FORM,
|
||||
data: { uploadThumbnailStatus: STATUSES.API_DOWN },
|
||||
},
|
||||
doAlertError(error)
|
||||
dispatch(doNotify({ id: MODALS.ERROR, error }))
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue