mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-19 23:09:18 +01:00
parent
7bbff7fb86
commit
c1ed7b77aa
@ -71,7 +71,7 @@ export const TimeSelector: FC<TimeSelectorProps> = ({setDuration}) => {
|
|||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
style={{cursor: "pointer"}}
|
style={{cursor: "pointer"}}
|
||||||
onMouseEnter={handlePopoverOpen}
|
onMouseEnter={handlePopoverOpen}
|
||||||
onMouseLeave={handlePopoverClose}><EFBFBD>: </span>
|
onMouseLeave={handlePopoverClose}>: </span>
|
||||||
<Popover
|
<Popover
|
||||||
open={open}
|
open={open}
|
||||||
anchorEl={anchorEl}
|
anchorEl={anchorEl}
|
||||||
@ -117,4 +117,4 @@ export const TimeSelector: FC<TimeSelectorProps> = ({setDuration}) => {
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>;
|
</Box>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user