sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 10:33:01 +08:00
parent 6df79fd528
commit 5535ec330e

View File

@@ -83,7 +83,7 @@ export function MatchPoolTab() {
finally { setIsLoading(false) }
}
useEffect(() => { loadConfig() }, [])
useEffect(() => { loadConfig(); loadPoolCounts() }, [])
const handleSave = async () => {
setIsSaving(true)