fix: set Rich tooltip -> 'Show percentage' to false by default (#32212)

This commit is contained in:
Maxime Beauchemin
2025-02-11 10:58:49 -08:00
committed by GitHub
parent 650fa5ccfb
commit d3b854a833

View File

@@ -230,7 +230,7 @@ const tooltipPercentageControl: ControlSetItem = {
type: 'CheckboxControl',
label: t('Show percentage'),
renderTrigger: true,
default: true,
default: false,
description: t('Whether to display the percentage value in the tooltip'),
visibility: ({ controls, form_data }: ControlPanelsContainerProps) =>
Boolean(controls?.rich_tooltip?.value) &&