ui: fix heatmap expand state
This commit is contained in:
parent
659aa7495f
commit
0a4379be6b
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ function FilterSeries(props: Props) {
|
||||||
onToggleCollapse,
|
onToggleCollapse,
|
||||||
excludeCategory
|
excludeCategory
|
||||||
} = props;
|
} = props;
|
||||||
const expanded = !collapseState
|
const expanded = isHeatmap || !collapseState
|
||||||
const setExpanded = onToggleCollapse
|
const setExpanded = onToggleCollapse
|
||||||
const { series, seriesIndex } = props;
|
const { series, seriesIndex } = props;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue