Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mixa committed Nov 29, 2020
1 parent 729fc00 commit 912fddb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/inputs/SelectPropertyInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default class SelectPropertyInput extends BasePropertyInput {
* используйте управляемые компоненты или неуправляемые компоненты с ключом.
*/
UNSAFE_componentWillReceiveProps(nextProps) {
console.log(nextProps)
let value = nextProps.value;
if (Array.isArray(value) && value.length === 0 || Array.isArray(value) && value === '') {
this.setState({selectedOptions: []});
Expand Down

0 comments on commit 912fddb

Please sign in to comment.