Merge branch 'new-page-framework' of https://github.com/csunny/DB-GPT into new-page-framework

chat add chart mode
This commit is contained in:
changhuiping.chp 2023-07-07 15:56:07 +08:00
commit 7acdcb3372

View File

@ -64,7 +64,6 @@ const documentTypeList = [
const Index = () => {
const router = useRouter()
const { mode } = useColorScheme()
const [activeStep, setActiveStep] = useState<number>(0)
const [documentType, setDocumentType] = useState<string>('')
const [knowledgeSpaceList, setKnowledgeSpaceList] = useState<any>([])