fix typo generating exception

This commit is contained in:
bkmartinjr
2018-05-29 10:01:33 -07:00
parent 089d04ea9f
commit 2f23e8675f

View File

@@ -141,7 +141,7 @@ const Controls = (
// important fields from the ranges element.
//
if (!state.schema) {
state.schema = createSchemaByDataSniffing(data.ranges);
state.schema = createSchemaByDataSniffing(action.data.data.ranges);
}
/* Set viewable world to the provided cell data */