Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Apr 15, 2022
1 parent c307131 commit ffc9edd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ export class ObjectBrowserWidgetComponent extends Component {
mode === 'multiple' || items.length === 0
? this.showObjectBrowser
: (e) => {
e.preventDefault();
onChange(id, this.props.return === 'single' ? null : []);
};
e.preventDefault();
onChange(id, this.props.return === 'single' ? null : []);
};

return (
<FormFieldWrapper
Expand Down

0 comments on commit ffc9edd

Please sign in to comment.