Skip to content

Commit

Permalink
Make sure onboarding steps only rendered once
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Apr 12, 2024
1 parent 92d1ee2 commit cae0199
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,7 @@ export const RenderCellValue: React.FC<EuiDataGridCellProps['cellContext']> = me
<EuiFlexItem grow={false}>{Renderer}</EuiFlexItem>
</EuiFlexGroup>
) : (
<GuidedOnboardingTourStep
isTourAnchor={isTourAnchor}
step={AlertsCasesTourSteps.pointToAlertName}
tourId={SecurityStepId.alertsCases}
>
{Renderer}
</GuidedOnboardingTourStep>
<>{Renderer}</>
);
}
);
Expand Down

0 comments on commit cae0199

Please sign in to comment.