Skip to content

Commit

Permalink
fix: Dataset duplication fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
reesercollins committed Sep 7, 2022
1 parent ce3d38d commit 480de44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,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 480de44

Please sign in to comment.