@mythpe/quasar-ui-qui 0.3.3 → 0.3.5

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -139,8 +139,9 @@ onMounted(() => {
139
139
  prepare()
140
140
  } else {
141
141
  if (fieldValue.value) {
142
+ const id = typeof fieldValue.value === 'object' ? fieldValue.value?.value as any : fieldValue.value
142
143
  setTimeout(() => {
143
- prepare(!1, { filter: { id: fieldValue.value } })
144
+ prepare(!1, { filter: { id } })
144
145
  }, 300)
145
146
  }
146
147
  }