mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Emilio Alvarez Piñeiro <95703246+emilioalvap@users.noreply.github.com>
This commit is contained in:
parent
d4e31e25d2
commit
c6f8b2f7a0
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
import type { MouseEvent } from 'react';
|
||||
|
||||
import * as React from 'react';
|
||||
import { EuiButtonEmpty, EuiPopover } from '@elastic/eui';
|
||||
import { useMemo } from 'react';
|
||||
|
@ -55,6 +57,7 @@ export const StepDuration = ({
|
|||
|
||||
return (
|
||||
<EuiPopover
|
||||
onClick={(evt: MouseEvent<HTMLDivElement>) => evt.stopPropagation()}
|
||||
isOpen={durationPopoverOpenIndex === step.synthetics.step?.index}
|
||||
button={button}
|
||||
closePopover={() => setDurationPopoverOpenIndex(null)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue