Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ authored Sep 21, 2022
1 parent ac1d88a commit cb24995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const legendOrientationControl: ControlSetItem = {
],
default: legendOrientation,
renderTrigger: true,
description: t('Orientation'),
description: t('Legend Orientation'),
visibility: ({ controls }: ControlPanelsContainerProps) =>
Boolean(controls?.show_legend?.value),
},
Expand Down

0 comments on commit cb24995

Please sign in to comment.