mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 06:30:02 +00:00
Fix llm strategy store and update app/static. (#1181)
Co-authored-by: lcxadml <864255598@qq.com>
This commit is contained in:
@@ -55,7 +55,7 @@ export default function App() {
|
||||
}
|
||||
if (!data) return;
|
||||
|
||||
setApps(data || []);
|
||||
setApps(data.app_list || []);
|
||||
setSpinning(false);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user