Browse Source

ref(js): Remove uneeded propTypes from SelectPicker (#25475)

Evan Purkhiser 3 years ago
parent
commit
a0ba10410a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      static/app/components/forms/selectControlLegacy.tsx

+ 0 - 5
static/app/components/forms/selectControlLegacy.tsx

@@ -137,11 +137,6 @@ const SelectPicker = ({async, creatable, forwardedRef, ...props}: SelectPickerPr
 
   return <Component ref={forwardedRef} {...props} />;
 };
-SelectPicker.propTypes = {
-  async: PropTypes.bool,
-  creatable: PropTypes.bool,
-  forwardedRef: PropTypes.any,
-};
 
 const StyledSelect = styled(SelectPicker)`
   .Select-control {