fixed console warning for labelProps (#16629)

feature/default_network_editable
Nidhi Kumari 2 years ago committed by GitHub
parent 5ee7da6afe
commit fc0036d5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/components/component-library/tag/tag.js

@ -42,7 +42,7 @@ Tag.propTypes = {
/** /**
* The label props of the component. Most Text component props can be used * The label props of the component. Most Text component props can be used
*/ */
labelProps: Text.propTypes, labelProps: PropTypes.shape(Text.PropTypes),
/** /**
* Additional classNames to be added to the Tag component * Additional classNames to be added to the Tag component
*/ */

Loading…
Cancel
Save