From 2f23e8675fdffb969f29cd4e7fa6fb773e65f4c8 Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Tue, 29 May 2018 10:01:33 -0700 Subject: [PATCH] fix typo generating exception --- src/reducers/controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reducers/controls.js b/src/reducers/controls.js index c5537a36..b6796f54 100644 --- a/src/reducers/controls.js +++ b/src/reducers/controls.js @@ -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 */