fix error messages

This commit is contained in:
Travis Eden 2018-04-02 16:27:20 -04:00 committed by Sean Yesmunt
parent 753fbc72a4
commit 1846b40b2d

View file

@ -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 }))
)
);