mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
fix: mcp test error
This commit is contained in:
@@ -608,7 +608,7 @@ export default function PluginConfigPage() {
|
||||
toast.success(t('models.testSuccess'));
|
||||
})
|
||||
.catch(() => {
|
||||
toast.error(t('models.testError'));
|
||||
toast.error(t('mcp.testError'));
|
||||
})
|
||||
.finally(() => {
|
||||
setMcpTesting(false);
|
||||
|
||||
Reference in New Issue
Block a user