Skip to content

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 7, 2023
1 parent 535f1f6 commit 248b12b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export function TagcloudToolbar(props: VisualizationToolbarProps<TagcloudState>)
})}
>
<EuiSwitch
label={i18n.translate('xpack.lens.label.tagcloud.showLabel', {
defaultMessage: 'Show label',
})}
showLabel={false}
checked={props.state.showLabel}
onChange={(event: EuiSwitchEvent) => {
Expand Down

0 comments on commit 248b12b

Please sign in to comment.