We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedb74e commit 5968394Copy full SHA for 5968394
1 file changed
x-pack/plugins/maps/public/classes/layers/file_upload_wizard/wizard.tsx
@@ -142,7 +142,8 @@ export class ClientFileCreateSourceEditor extends Component<RenderWizardArgument
142
return;
143
}
144
145
- this.props.advanceToNextStep();
+ this.props.stopStepLoading();
146
+ this.props.disableNextBtn();
147
148
this.setState({ indexingStage: INDEXING_STAGE.ERROR });
149
};
0 commit comments