mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
parent
7bbff7fb86
commit
c1ed7b77aa
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ export const TimeSelector: FC<TimeSelectorProps> = ({setDuration}) => {
|
|||
aria-haspopup="true"
|
||||
style={{cursor: "pointer"}}
|
||||
onMouseEnter={handlePopoverOpen}
|
||||
onMouseLeave={handlePopoverClose}><EFBFBD>: </span>
|
||||
onMouseLeave={handlePopoverClose}>: </span>
|
||||
<Popover
|
||||
open={open}
|
||||
anchorEl={anchorEl}
|
||||
|
@ -117,4 +117,4 @@ export const TimeSelector: FC<TimeSelectorProps> = ({setDuration}) => {
|
|||
</Box>
|
||||
</Box>
|
||||
</Box>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue