diff --git a/src/components/Search/Search.js b/src/components/Search/Search.js index c8098c32fe25..84b1dd202649 100644 --- a/src/components/Search/Search.js +++ b/src/components/Search/Search.js @@ -10,7 +10,7 @@ export default class Search extends Component { type: PropTypes.string, small: PropTypes.bool, placeHolderText: PropTypes.string, - labelText: PropTypes.string.isRequired, + labelText: PropTypes.node.isRequired, id: PropTypes.string, searchButtonLabelText: PropTypes.string, layoutButtonLabelText: PropTypes.string,