Fix llm strategy store and update app/static. (#1181)

Co-authored-by: lcxadml <864255598@qq.com>
This commit is contained in:
Shinexy
2024-02-22 14:33:57 +08:00
committed by GitHub
parent ab5e1c7ea1
commit 21682575f5
26 changed files with 66 additions and 33 deletions

View File

@@ -55,7 +55,7 @@ export default function App() {
}
if (!data) return;
setApps(data || []);
setApps(data.app_list || []);
setSpinning(false);
};