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,
|
||||
excludeCategory
|
||||
} = props;
|
||||
const expanded = !collapseState
|
||||
const expanded = isHeatmap || !collapseState
|
||||
const setExpanded = onToggleCollapse
|
||||
const { series, seriesIndex } = props;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue