mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 17:35:51 +08:00
fix
This commit is contained in:
parent
84f0cb41bb
commit
cf23c23134
@ -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') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user