From 175e6b5685ec5872450ac1562e26581703b4411e Mon Sep 17 00:00:00 2001 From: katarzynadunikowska Date: Mon, 31 Jul 2017 14:33:38 +0200 Subject: [PATCH] work in progress #1095 --- src/components/widget/List/List.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/widget/List/List.js b/src/components/widget/List/List.js index c321ab382..c0b0a6aee 100644 --- a/src/components/widget/List/List.js +++ b/src/components/widget/List/List.js @@ -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; @@ -122,7 +122,6 @@ class List extends Component { blur={blur} initialFocus={initialFocus} lastProperty={lastProperty} - focusMainLookup={focusMainLookup} /> ) }