From 5c6058b350f8dc66e139d0bb978d3d5497561dee Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 16 Nov 2025 21:12:43 +0100 Subject: [PATCH] fix stepCount --- src/main/resources/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index e921268..0fe575c 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -554,6 +554,7 @@ setStep(step) { this.stepMsg = ''; this.stepMsgType = ''; + this.stepCount = 0; this.step = step; if (!this.enteredContacts) {