Skip to content

Commit

Permalink
Fixes Back button in Connector wizard fixes #719 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak authored Feb 1, 2024
1 parent 3b4ea8b commit 88f9933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/pages/connect/CreateConnector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ const ConnectorWizard = observer(({ connectClusters, activeCluster }: ConnectorW
},
previous: () => {

setSelectedPlugin(null);
clearErrors();

setTimeout(() => {
Expand Down

0 comments on commit 88f9933

Please sign in to comment.