4.8.11 test (#2843)
* feat: app version test * update doc * fix: paging num error * fix: doc api domain * rename variable * perf: memment node min size
This commit is contained in:
@@ -15,7 +15,6 @@ import {
|
||||
putDatasetCollectionById
|
||||
} from '@/web/core/dataset/api';
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { debounce } from 'lodash';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import MyIcon from '@fastgpt/web/components/common/Icon';
|
||||
import MyInput from '@/components/MyInput';
|
||||
|
||||
@@ -69,7 +69,7 @@ const Detail = ({ datasetId, currentTab }: Props) => {
|
||||
<Flex h={'100%'} py={3} pl={1} pr={3} gap={2}>
|
||||
<Flex flex={1} w={0} bg={'white'} flexDir={'column'} boxShadow={'2'} borderRadius={'md'}>
|
||||
{currentTab !== TabEnum.import && <NavBar currentTab={currentTab} />}
|
||||
<Box flex={'1'} overflow={'auto'}>
|
||||
<Box flex={'1'} overflowY={'auto'}>
|
||||
{currentTab === TabEnum.collectionCard && (
|
||||
<CollectionPageContextProvider>
|
||||
<CollectionCard />
|
||||
|
||||
Reference in New Issue
Block a user