mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
feat: open chat_dashboard Header
This commit is contained in:
@@ -107,12 +107,12 @@ const ChatContainer = () => {
|
||||
return (
|
||||
<>
|
||||
<MuiLoading visible={loading} />
|
||||
{/* <Header
|
||||
<Header
|
||||
refreshHistory={getHistory}
|
||||
modelChange={(newModel: string) => {
|
||||
setModel(newModel);
|
||||
}}
|
||||
/> */}
|
||||
/>
|
||||
<div className="px-4 flex flex-1 flex-wrap overflow-hidden relative">
|
||||
{!!chartsData?.length && (
|
||||
<div className="w-full pb-4 xl:w-3/4 h-1/2 xl:pr-4 xl:h-full overflow-y-auto">
|
||||
|
Reference in New Issue
Block a user