ui: Remove unnecessary call to getDefaultPaneParams()

This commit is contained in:
Mike Salvatore 2021-01-12 15:59:16 -05:00
parent 819e1778c8
commit 94b87f8d9a
1 changed files with 1 additions and 3 deletions

View File

@ -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'}>