mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-18 06:17:59 +08:00
fix typo generating exception
This commit is contained in:
2
src/reducers/controls.js
vendored
2
src/reducers/controls.js
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user