From 82bd9d8a1e7bc82580b8bae64a2c90d060723850 Mon Sep 17 00:00:00 2001 From: Ugo Palatucci Date: Mon, 12 Jan 2026 18:40:01 +0100 Subject: [PATCH] CNV-76217: remove parenthesis from aggregate mode options --- .../components/AggregationModeSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx b/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx index 747ba52..436157d 100644 --- a/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx +++ b/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx @@ -65,7 +65,7 @@ const AggregationModeSelect: FC = ({ policy, setPoli value={name} isSelected={selectedAggregationMode === name} > - {`(${mode.label})`} + {mode.label} ))}