remove unused code

This commit is contained in:
Pete Matsyburka
2024-09-27 17:28:10 +03:00
committed by Oleksandr Turchyn
parent a554182e57
commit dd502e8cef
-4
View File
@@ -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) {