fix stepCount

This commit is contained in:
2025-11-16 21:12:43 +01:00
parent 16df50f079
commit 5c6058b350
+1
View File
@@ -554,6 +554,7 @@
setStep(step) { setStep(step) {
this.stepMsg = ''; this.stepMsg = '';
this.stepMsgType = ''; this.stepMsgType = '';
this.stepCount = 0;
this.step = step; this.step = step;
if (!this.enteredContacts) { if (!this.enteredContacts) {