gd-sprest-react
Advanced tools
Comparing version 2.6.4 to 2.6.5
@@ -59,6 +59,7 @@ "use strict"; | ||
var keys = []; | ||
var results = _this.state.value.results || []; | ||
// Parse the results | ||
for (var i = 0; i < _this.state.value.results.length; i++) { | ||
for (var i = 0; i < results.length; i++) { | ||
// Add the key | ||
keys.push(_this.state.value.results[i].TermGuid); | ||
keys.push(results[i].TermGuid); | ||
} | ||
@@ -65,0 +66,0 @@ // Set the selected keys |
{ | ||
"name": "gd-sprest-react", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "SharePoint react components.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
361386
6228