mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-28 00:58:11 +08:00
fix typo generating exception
This commit is contained in:
Vendored
+1
-1
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user