Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-baban committed May 17, 2024
1 parent 5fdd309 commit 8178a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/pages/DvtNewTrainedTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function DvtNewTainedTable() {
target_column_name:
newTainedTableAddSelector.targetColumnName?.value,
time_column_name: newTainedTableAddSelector.timeColumnName?.value,
predictionNumber: newTainedTableAddSelector.predictionNumber
prediction_number: newTainedTableAddSelector.predictionNumber
? newTainedTableAddSelector.predictionNumber
: undefined,
}
Expand Down

0 comments on commit 8178a39

Please sign in to comment.