@dataloop-ai/components 0.18.117 → 0.18.118

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": "@dataloop-ai/components",
3
- "version": "0.18.117",
3
+ "version": "0.18.118",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -882,7 +882,7 @@ export default defineComponent({
882
882
  )
883
883
 
884
884
  watch(
885
- () => (props as any).visibleColummns,
885
+ () => (props as any).visibleColumns,
886
886
  (value) => {
887
887
  visibleColumnsState.value = value
888
888
  }