diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mobile/ImageUpload.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mobile/ImageUpload.tsx b/src/mobile/ImageUpload.tsx index bfc1738fc..6ca3a6f23 100644 --- a/src/mobile/ImageUpload.tsx +++ b/src/mobile/ImageUpload.tsx @@ -50,6 +50,8 @@ class Uploader extends React.Component { body: formData }); this.status = "upload image, getting json"; + this.status = await res.text(); + return; const json = await res.json(); json.map(async (file: any) => { let path = window.location.origin + file; |