forked from p15670423/monkey
ui: Remove unnecessary call to getDefaultPaneParams()
This commit is contained in:
parent
819e1778c8
commit
94b87f8d9a
|
@ -113,12 +113,10 @@ class AdvancedMultiSelect extends React.Component {
|
|||
disabled,
|
||||
readonly,
|
||||
multiple,
|
||||
autofocus,
|
||||
registry
|
||||
autofocus
|
||||
} = this.props;
|
||||
|
||||
const {enumOptions} = options;
|
||||
getDefaultPaneParams(schema.items.$ref, registry);
|
||||
|
||||
return (
|
||||
<div className={'advanced-multi-select'}>
|
||||
|
|
Loading…
Reference in New Issue