project-booster-vue 9.24.0 → 9.24.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.24.0",
3
+ "version": "9.24.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -136,9 +136,7 @@ export default defineComponent({
136
136
 
137
137
  async handleValidateClicked() {
138
138
  this.$emit('step-completed', {
139
- answers: this.payload.multiSelect.actions.VALIDATE.isAnswer
140
- ? [this.payload.multiSelect.actions.VALIDATE.code]
141
- : [],
139
+ answers: this.payload.multiSelect.actions.VALIDATE.isAnswer ? [this.payload.multiSelect.actions.VALIDATE] : [],
142
140
  nextStep: this.payload.multiSelect.actions.VALIDATE.nextStep,
143
141
  });
144
142
  },