diff --git a/src/components/TagSelect/index.js b/src/components/TagSelect/index.js index 3fd05c7fa5d969c263a5c5364ddc1c409d8a914e..1c89296571afcdb22eb45cf65c9a93788de65f6e 100644 --- a/src/components/TagSelect/index.js +++ b/src/components/TagSelect/index.js @@ -19,10 +19,6 @@ const TagSelectOption = ({ children, checked, onChange, value }) => ( TagSelectOption.isTagSelectOption = true; class TagSelect extends Component { - static defaultProps = { - defaultValue: [], - }; - state = { expand: false, checkedTags: this.props.defaultValue || [],