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

fix: error message

parent 4bbcb587
......@@ -29,6 +29,7 @@
API_BASE_URL = await updateOllamaAPIUrl(localStorage.token, API_BASE_URL);
const ollamaVersion = await getOllamaVersion(localStorage.token).catch((error) => {
toast.error(error);
return null;
});
......
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