Skip to content

Commit cdaa0ac

Browse files
committed
Clear optional value leftovers
1 parent b459f51 commit cdaa0ac

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/carbon-component-mapper/src/files/form-group.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export interface FormGroupInternalProps {
77
isRequired?: boolean;
88
label?: ReactNode;
99
labelText?: ReactNode;
10-
optionalText?: ReactNode;
1110
description?: ReactNode;
1211
}
1312

packages/carbon-component-mapper/src/files/switch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Switch.propTypes = {
1717
isReadOnly: PropTypes.bool,
1818
label: PropTypes.node,
1919
labelText: PropTypes.node,
20-
optionalText: PropTypes.node,
2120
description: PropTypes.node
2221
};
2322

packages/carbon-component-mapper/src/files/textarea.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Textarea.propTypes = {
2020
isRequired: PropTypes.bool,
2121
label: PropTypes.node,
2222
labelText: PropTypes.node,
23-
optionalText: PropTypes.node,
2423
description: PropTypes.node
2524
};
2625

packages/carbon-component-mapper/src/files/time-picker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ TimePicker.propTypes = {
3636
isRequired: PropTypes.bool,
3737
label: PropTypes.node,
3838
labelText: PropTypes.node,
39-
optionalText: PropTypes.node,
4039
description: PropTypes.node,
4140
twelveHoursFormat: PropTypes.bool,
4241
timezones: PropTypes.arrayOf(

0 commit comments

Comments
 (0)