mirror of https://github.com/grafana/grafana.git
Flamegraph: Swap lines to test CI (#75072)
This commit is contained in:
parent
f7aab06e23
commit
b6bb22a67a
|
|
@ -67,8 +67,8 @@ const FlameGraphContainer = ({
|
|||
}: Props) => {
|
||||
const [focusedItemData, setFocusedItemData] = useState<ClickedItemData>();
|
||||
|
||||
const [rangeMax, setRangeMax] = useState(1);
|
||||
const [rangeMin, setRangeMin] = useState(0);
|
||||
const [rangeMax, setRangeMax] = useState(1);
|
||||
const [search, setSearch] = useState('');
|
||||
const [selectedView, setSelectedView] = useState(SelectedView.Both);
|
||||
const [sizeRef, { width: containerWidth }] = useMeasure<HTMLDivElement>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue