add doResetThumbnailStatus and doUploadThumbnail actions
This commit is contained in:
parent
9c235861fe
commit
1a30e185bd
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export const doUploadThumbnail = (filePath: string, nsfw: boolean) => (dispatch:
|
|||
return text;
|
||||
};
|
||||
|
||||
const uploadError = (error = '') =>
|
||||
const uploadError = (error: string = '') =>
|
||||
dispatch(
|
||||
batchActions(
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue