Skip to content

Commit

Permalink
chore(data-warehouse): clear form after new source submitted (#21666)
Browse files Browse the repository at this point in the history
clear form
  • Loading branch information
EDsCODE authored Apr 18, 2024
1 parent 3da867d commit 688cc36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ export const sourceWizardLogic = kea<sourceWizardLogicType>([
actions.onClear()
actions.clearSource()
actions.loadSources(null)
actions.resetSourceConnectionDetails()
router.actions.push(urls.dataWarehouseSettings())
},
cancelWizard: () => {
Expand Down

0 comments on commit 688cc36

Please sign in to comment.