fix(agents): cancel import situation (#8883)

fix(agents): 修复未处理的代理导入情况
This commit is contained in:
Konv Suu 2025-08-06 19:27:02 +08:00 committed by GitHub
parent 12051811fc
commit e94458317a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,8 @@ const PopupContainer: React.FC<Props> = ({ resolve }) => {
if (!Array.isArray(agents)) {
agents = [agents]
}
} else {
return
}
}