sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -83,7 +83,7 @@ export function MatchPoolTab() {
|
||||
finally { setIsLoading(false) }
|
||||
}
|
||||
|
||||
useEffect(() => { loadConfig() }, [])
|
||||
useEffect(() => { loadConfig(); loadPoolCounts() }, [])
|
||||
|
||||
const handleSave = async () => {
|
||||
setIsSaving(true)
|
||||
|
||||
Reference in New Issue
Block a user