This commit is contained in:
okbel
2018-05-01 14:19:43 -03:00
parent 9c809f99c5
commit bd21d9a1a1
@@ -44,7 +44,8 @@ class ConfirmChangesDialog extends React.Component {
goToNextStep: this.goToNextStep,
clear: this.clear,
cancel: this.cancel,
next: this.state.step === steps.length ? this.finish : this.continue,
next:
this.state.step === steps.length - 1 ? this.finish : this.continue,
});
});
};