fix
This commit is contained in:
parent
84f0cb41bb
commit
cf23c23134
|
|
@ -294,12 +294,12 @@
|
|||
pullProgress: downloadProgress,
|
||||
digest: data.digest
|
||||
};
|
||||
}
|
||||
} else {
|
||||
toast.success(data.status);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
if (typeof error !== 'string') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue