mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
fix: toast
This commit is contained in:
parent
7075837849
commit
232de33a86
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
toast.success($i18n.t(`Deleted {tagName}`, { tagName }));
|
toast.success($i18n.t(`Deleted {{tagName}}`, { tagName }));
|
||||||
}
|
}
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue