re-fix error message
This commit is contained in:
parent
1846b40b2d
commit
9957be18bf
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export const doUploadThumbnail = (filePath: string, nsfw: boolean) => (dispatch:
|
||||||
return text;
|
return text;
|
||||||
};
|
};
|
||||||
|
|
||||||
const uploadError = (error: string = '') =>
|
const uploadError = (error = '') =>
|
||||||
dispatch(
|
dispatch(
|
||||||
batchActions(
|
batchActions(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue