remove unused code

pull/381/head
Pete Matsyburka 1 year ago committed by Oleksandr Turchyn
parent a554182e57
commit dd502e8cef

@ -1183,10 +1183,6 @@ export default {
return Promise.reject(new Error(data.error))
}
if (isLastStep) {
this.isSecondWalkthrough = true
}
const nextStep = (isLastStep && emptyRequiredField) || this.stepFields[this.currentStep + 1]
if (nextStep) {

Loading…
Cancel
Save