Commit fa6e21f5 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: update models after deleting model info

parent 02a4412d
......@@ -551,6 +551,7 @@
toast.success(
$i18n.t('Model info for {{modelName}} deleted successfully', { modelName: selectedModelId })
);
models.set(await getModels());
};
const toggleIsVisionCapable = () => {
......
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