Skip to content

Commit

Permalink
Merge pull request #291 from intellica-tech/fix-dataProcess
Browse files Browse the repository at this point in the history
fix: trainedTable
  • Loading branch information
erayerturk authored May 17, 2024
2 parents 6b39239 + 8178a39 commit 2563f00
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 2563f00

Please sign in to comment.