Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 61b2ce7

Browse files
committed
Added optionLabels to propTypes definition
1 parent 4a67ec7 commit 61b2ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DatSelect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default class DatSelect extends Component {
1010
path: PropTypes.string,
1111
label: PropTypes.string,
1212
options: PropTypes.array.isRequired,
13+
optionLabels: PropTypes.array,
1314
labelWidth: PropTypes.number,
1415
liveUpdate: PropTypes.bool,
1516
onUpdate: PropTypes.func,

0 commit comments

Comments
 (0)