Skip to content

Commit 2fb83f0

Browse files
Aleksy Lisowskipiotrczarnas
Aleksy Lisowski
authored andcommitted
Merged PR 2575: 11501 made column clickable if there is no column name
made column clickable if there is no column name
2 parents a9cba70 + 6c63943 commit 2fb83f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dqops/src/main/frontend/src/pages/IncidentDetail/HistogramChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const HistogramChart = ({
9696
key={index}
9797
onClick={() =>
9898
onChangeFilter({
99-
column: histogramFilter?.column === column ? '' : column
99+
column: histogramFilter?.column === column ? undefined : column
100100
})
101101
}
102102
>

0 commit comments

Comments
 (0)