st-comp 0.0.124 → 0.0.125

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,7 +1,7 @@
1
1
  {
2
2
  "name": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.124",
4
+ "version": "0.0.125",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -142,7 +142,7 @@ const config = computed(() => {
142
142
  watch(
143
143
  () => [
144
144
  props.variety, props.cycle, props.mainIndicator, subIndicator.value,
145
- indicatorStore.filterIndicator, indicatorStore.customIndicator
145
+ props.indicatorStore?.filterIndicator, props.indicatorStore?.customIndicator
146
146
  ],
147
147
  () => {
148
148
  getMainData()