We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd8f4b commit 0aecd4eCopy full SHA for 0aecd4e
components/SLDSLookup/index.jsx
@@ -289,8 +289,8 @@ SLDSLookup.propTypes = {
289
onItemSelect: React.PropTypes.func,
290
onNewItem: React.PropTypes.func,
291
onSearchRecords: React.PropTypes.func,
292
- modal: React.PropTypes.boolean,
293
- disabled: React.PropTypes.boolean,
+ modal: React.PropTypes["boolean"],
+ disabled: React.PropTypes["boolean"],
294
};
295
296
SLDSLookup.defaultProps = {
0 commit comments