@visns-studio/visns-components 3.7.1 → 3.7.2

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.
@@ -187,7 +187,7 @@ function VisnsDropZone({ fetchData, files, settings }) {
187
187
  };
188
188
 
189
189
  useEffect(() => {
190
- if (data.length > 0) {
190
+ if (data?.length > 0) {
191
191
  CustomFetch(
192
192
  '/ajax/files/sort_update',
193
193
  'POST',
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "react-dom": "^17.0.1"
51
51
  },
52
52
  "name": "@visns-studio/visns-components",
53
- "version": "3.7.1",
53
+ "version": "3.7.2",
54
54
  "description": "Various packages to assist in the development of our Custom Applications.",
55
55
  "main": "index.js",
56
56
  "scripts": {