fix(semanticModel): model options not exist when creating new dataset (#1919)

This commit is contained in:
pisces
2024-11-22 10:37:15 +08:00
committed by GitHub
parent e990b37433
commit 244052e806
3 changed files with 8 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ const DomainManagerTab: React.FC<Props> = ({
label: '数据集管理',
key: 'overview',
hidden: !!domainData?.parentId,
children: <View dataSetList={dataSetList} />,
children: <View isCurrent={activeKey === 'overview'} dataSetList={dataSetList} />,
},
{
label: '模型管理',