mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: Add missing '$'
This commit is contained in:
@@ -314,7 +314,7 @@
|
|||||||
...$MODEL_DOWNLOAD_POOL
|
...$MODEL_DOWNLOAD_POOL
|
||||||
});
|
});
|
||||||
await deleteModel(localStorage.token, model);
|
await deleteModel(localStorage.token, model);
|
||||||
toast.success(i18n.t("{{model}} download has been canceled", { model: model }));
|
toast.success($i18n.t("{{model}} download has been canceled", { model: model }));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user