Skip to content

Commit

Permalink
fix: remove title override
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed May 8, 2024
1 parent 658e7c3 commit 620063e
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: (attributes.title || visualization.activeId) ?? '',
};
if (savedObjectId) {
saveByRef?.(attrs);
Expand Down

0 comments on commit 620063e

Please sign in to comment.