fix: toast

This commit is contained in:
Timothy J. Baek 2024-04-24 21:50:04 -04:00
parent 7075837849
commit 232de33a86

View File

@ -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;