Skip to content

Commit

Permalink
fix: Dataset duplication fatal error (apache#21358)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesercollins authored Sep 27, 2022
1 parent 18ec294 commit e3ddd0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ const DatasetList: FunctionComponent<DatasetListProps> = ({

SupersetClient.post({
endpoint: `/api/v1/dataset/duplicate`,
postPayload: {
jsonPayload: {
base_model_id: datasetCurrentlyDuplicating?.id,
table_name: newDatasetName,
},
Expand Down

0 comments on commit e3ddd0b

Please sign in to comment.