openatc-components 0.0.64 → 0.0.65

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.
@@ -174,6 +174,7 @@ export default {
174
174
  },
175
175
  methods: {
176
176
  changeStage (value) {
177
+ this.manualsStage = {}
177
178
  this.manuals = true
178
179
  let stages = []
179
180
  stages = this.patternAll.filter(item => {