add doResetThumbnailStatus and doUploadThumbnail actions

This commit is contained in:
Travis Eden 2018-04-02 09:38:06 -04:00 committed by Sean Yesmunt
parent 9c235861fe
commit 1a30e185bd

View file

@ -67,7 +67,7 @@ export const doUploadThumbnail = (filePath: string, nsfw: boolean) => (dispatch:
return text; return text;
}; };
const uploadError = (error = '') => const uploadError = (error: string = '') =>
dispatch( dispatch(
batchActions( batchActions(
{ {