Skip to content

Commit 4702a5f

Browse files
committed
Add tests for carbon dual list select
1 parent 56c65af commit 4702a5f

File tree

2 files changed

+585
-1
lines changed

2 files changed

+585
-1
lines changed

packages/carbon-component-mapper/src/files/dual-list-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const DualListSelectInner = ({
147147
RightListProps,
148148
RightBodyProps
149149
}) => (
150-
<FormGroup legendText={label} {...FormGroupProps}>
150+
<FormGroup legendText={label || ''} {...FormGroupProps}>
151151
<Grid {...GridProps}>
152152
<Row condensed {...RowProps}>
153153
<Column sm={4} md={8} lg={5} {...OptionsColumnProps}>

0 commit comments

Comments
 (0)