forked from ci4s/label-studio
fix: 修复数据来源字段名称错误
This commit is contained in:
parent
2f2826ce47
commit
2d7346f4b7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -158,7 +158,7 @@ export const ExportToPlatform = () => {
|
|||
is_public,
|
||||
name,
|
||||
owner,
|
||||
data_source: 'label_studio_export',
|
||||
dataset_source: 'label_studio_export',
|
||||
});
|
||||
|
||||
setDownloadStatus(DownloadStatus.success);
|
||||
|
|
|
|||
Loading…
Reference in New Issue