Skip to content

Commit

Permalink
[Lens] Fix overriding title when using inline Lens vis editor (#182897)
Browse files Browse the repository at this point in the history
## Summary

This PR fixes an issue in the Lens on-the-fly popover editor, in which a
visualization title would be overridden to `InsXY`.

fixes #182896
  • Loading branch information
nickofthyme committed May 8, 2024
1 parent 4ded78d commit 44f458b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export function LensEditConfigurationFlyout({
},
references,
visualizationType: visualization.activeId,
title: visualization.activeId ?? '',
};
if (savedObjectId) {
saveByRef?.(attrs);
Expand Down

0 comments on commit 44f458b

Please sign in to comment.