Skip to content

Commit 564ffb0

Browse files
Merge pull request #144 from upalatucci/remove-aggmode-parenthesis
CNV-76217: remove parenthesis from aggregate mode options
2 parents b756818 + d94940b commit 564ffb0

File tree

1 file changed

+1
-1
lines changed
  • src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components

1 file changed

+1
-1
lines changed

src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const AggregationModeSelect: FC<AggregationModeSelectProps> = ({ policy, setPoli
6565
value={name}
6666
isSelected={selectedAggregationMode === name}
6767
>
68-
{`(${mode.label})`}
68+
{mode.label}
6969
</SelectOption>
7070
))}
7171
</SelectList>

0 commit comments

Comments
 (0)