kui-utils 0.0.39 → 0.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -2476,7 +2476,7 @@ var MultistepForm = /** @class */ (function () {
2476
2476
  _this.step += 1;
2477
2477
  };
2478
2478
  this.prevStep = function () {
2479
- if (_this.step !== 1) {
2479
+ if (_this.step !== 0) {
2480
2480
  _this.step -= 1;
2481
2481
  }
2482
2482
  else {