"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "cd4121178ca26fe72d95247e07cdb2804b10f3d7"
Commit 232de33a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: toast

parent 70758378
......@@ -28,7 +28,7 @@
});
if (success) {
toast.success($i18n.t(`Deleted {tagName}`, { tagName }));
toast.success($i18n.t(`Deleted {{tagName}}`, { tagName }));
}
return success;
......
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