mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-22 23:14:33 +08:00
fix(semanticModel): model options not exist when creating new dataset (#1919)
This commit is contained in:
@@ -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: '模型管理',
|
||||
|
||||
Reference in New Issue
Block a user