fix typo generating exception

This commit is contained in:
bkmartinjr
2018-05-29 10:01:33 -07:00
parent 089d04ea9f
commit 2f23e8675f
+1 -1
View File
@@ -141,7 +141,7 @@ const Controls = (
// important fields from the ranges element. // important fields from the ranges element.
// //
if (!state.schema) { if (!state.schema) {
state.schema = createSchemaByDataSniffing(data.ranges); state.schema = createSchemaByDataSniffing(action.data.data.ranges);
} }
/* Set viewable world to the provided cell data */ /* Set viewable world to the provided cell data */