remove unused code
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user