diff --git a/datacenter/app/datastores/page.tsx b/datacenter/app/datastores/page.tsx index 3abf02539..acf10be0a 100644 --- a/datacenter/app/datastores/page.tsx +++ b/datacenter/app/datastores/page.tsx @@ -64,7 +64,6 @@ const documentTypeList = [ const Index = () => { const router = useRouter() - const { mode } = useColorScheme() const [activeStep, setActiveStep] = useState(0) const [documentType, setDocumentType] = useState('') const [knowledgeSpaceList, setKnowledgeSpaceList] = useState([])