doc: relation widget add multiple options (#2112)
This commit is contained in:
committed by
Shawn Erquhart
parent
556a858697
commit
93ba704ade
@ -54,8 +54,7 @@ export default class RelationControl extends React.Component {
|
||||
return (
|
||||
this.props.value !== nextProps.value ||
|
||||
this.props.hasActiveStyle !== nextProps.hasActiveStyle ||
|
||||
this.props.queryHits !== nextProps.queryHits ||
|
||||
this.props.metadata !== nextProps.metadata
|
||||
this.props.queryHits !== nextProps.queryHits
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user