Skip to content

Commit

Permalink
fix: Dataset duplication fatal error (apache#21358)
Browse files Browse the repository at this point in the history
(cherry picked from commit e3ddd0b)
  • Loading branch information
reesercollins authored and sadpandajoe committed Oct 3, 2022
1 parent cc8c7d4 commit 5a181c5
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 5a181c5

Please sign in to comment.