Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Fix in #1073
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jul 25, 2017
1 parent b9bc5af commit c0fcf62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/widget/Lookup/Lookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ class Lookup extends Component {

const itemByProperty = getItemsByProperty(
defaultValue, 'field', item.field
)[0] && getItemsByProperty(
defaultValue, 'field', item.field
)[0];

const objectValue = itemByProperty && itemByProperty.value;
Expand Down

0 comments on commit c0fcf62

Please sign in to comment.