Skip to content

Commit

Permalink
fix wizard onError callback to not advance to next step
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 2, 2021
1 parent eedb74e commit 5968394
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ export class ClientFileCreateSourceEditor extends Component<RenderWizardArgument
return;
}

this.props.advanceToNextStep();
this.props.stopStepLoading();
this.props.disableNextBtn();

this.setState({ indexingStage: INDEXING_STAGE.ERROR });
};
Expand Down

0 comments on commit 5968394

Please sign in to comment.