perf: complete some notifications

This commit is contained in:
Junyan Qin
2025-05-10 09:27:25 +08:00
parent 55087e54d0
commit 7763f11f5d
@@ -304,6 +304,7 @@ export default function BotForm({
.deleteBot(initBotId) .deleteBot(initBotId)
.then(() => { .then(() => {
onBotDeleted(); onBotDeleted();
toast.success('删除成功');
}) })
.catch((err) => { .catch((err) => {
toast.error('删除失败:' + err.message); toast.error('删除失败:' + err.message);