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

Commit

Permalink
work in progress #1095
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jul 31, 2017
1 parent 9f9d6d5 commit 175e6b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/widget/List/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class List extends Component {
const {
rank, readonly, defaultValue, selected, align, updated, rowId,
emptyText, tabIndex, mandatory, validStatus, lookupList, autofocus,
blur, initialFocus, lastProperty, focusMainLookup
blur, initialFocus, lastProperty
} = this.props;
const {list, loading, selectedItem} = this.state;

Expand All @@ -122,7 +122,6 @@ class List extends Component {
blur={blur}
initialFocus={initialFocus}
lastProperty={lastProperty}
focusMainLookup={focusMainLookup}
/>
)
}
Expand Down

0 comments on commit 175e6b5

Please sign in to comment.