Skip to content

Commit

Permalink
update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-baban committed May 17, 2024
1 parent 8178a39 commit 4909c30
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 @@ -254,7 +254,7 @@ function DvtNewTainedTable() {
} else if (newTainedTableAddSelector.algorithm?.value === 'lstm') {
setPostDataSetUrl('lstm');
} else if (newTainedTableAddSelector.algorithm?.value === 'lstm_forecast') {
setPostDataSetUrl('lstm_forecast');
setPostDataSetUrl('lstm-forecast');
} else {
setPostDataSetUrl('ml_and_insert/');
}
Expand Down

0 comments on commit 4909c30

Please sign in to comment.