gd-sprest-react
Advanced tools
Comparing version 2.6.9 to 2.7.0
@@ -366,3 +366,3 @@ "use strict"; | ||
Delete: [], | ||
Existing: props.files, | ||
Existing: props.files && typeof (props.files) != "function" ? props.files : null, | ||
New: [] | ||
@@ -369,0 +369,0 @@ }, |
{ | ||
"name": "gd-sprest-react", | ||
"version": "2.6.9", | ||
"version": "2.7.0", | ||
"description": "SharePoint react components.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
363290