Browse Source

feat: 数据集文件下载添加owner参数

dev-zw-notification
zhaowei 5 months ago
parent
commit
71004d320b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      react-ui/src/pages/Dataset/components/ResourceVersion/index.tsx

+ 1
- 0
react-ui/src/pages/Dataset/components/ResourceVersion/index.tsx View File

@@ -34,6 +34,7 @@ function ResourceVersion({ resourceType, info }: ResourceVersionProps) {
id: info.id, id: info.id,
version: info.version, version: info.version,
identifier: info.identifier, identifier: info.identifier,
owner: info.owner,
is_public: info.is_public, is_public: info.is_public,
}); });
}; };


Loading…
Cancel
Save