Commit cf23c231 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 84f0cb41
...@@ -294,12 +294,12 @@ ...@@ -294,12 +294,12 @@
pullProgress: downloadProgress, pullProgress: downloadProgress,
digest: data.digest digest: data.digest
}; };
}
} else { } else {
toast.success(data.status); toast.success(data.status);
} }
} }
} }
}
} catch (error) { } catch (error) {
console.log(error); console.log(error);
if (typeof error !== 'string') { if (typeof error !== 'string') {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment