perf: complete some notifications

This commit is contained in:
Junyan Qin
2025-05-10 09:27:25 +08:00
parent 55087e54d0
commit 7763f11f5d

View File

@@ -304,6 +304,7 @@ export default function BotForm({
.deleteBot(initBotId)
.then(() => {
onBotDeleted();
toast.success('删除成功');
})
.catch((err) => {
toast.error('删除失败:' + err.message);