mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 16:58:11 +08:00
update config params to match REST API spec (#393)
This commit is contained in:
@@ -25,8 +25,8 @@ const truncateCategories = options => {
|
||||
ranges: _.get(state.controls.world, "summary.obs", null),
|
||||
categorySelectionLimit: _.get(
|
||||
state.config,
|
||||
"parameters.category-selection-limit",
|
||||
globals.configDefaults.parameters["category-selection-limit"]
|
||||
"parameters.max-category-items",
|
||||
globals.configDefaults.parameters["max-category-items"]
|
||||
)
|
||||
}))
|
||||
class Categories extends React.Component {
|
||||
|
||||
Reference in New Issue
Block a user