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

Commit

Permalink
Small properties refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed May 30, 2017
1 parent 056bee8 commit d6a79ee
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/components/app/DocumentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,21 +484,17 @@ class DocumentList extends Component {
</button>
}
{layout.filters && <Filters
{...{windowType, viewId}}
filterData={layout.filters}
filtersActive={filters}
windowType={windowType}
viewId={viewId}
updateDocList={this.handleFilterChange}
/>}
</div>}
<QuickActions
windowType={windowType}
selectedWindowType={selectedWindowType}
viewId={viewId}
{...{windowType, selectedWindowType, viewId,
refresh, processStatus}}
selected={selectionValid ? selected : undefined}
refresh={refresh}
fetchOnInit={fetchQuickActionsOnInit}
processStatus={processStatus}
hidden={hasIncluded}
shouldNotUpdate={inBackground && !hasIncluded}
/>
Expand Down Expand Up @@ -546,11 +542,10 @@ class DocumentList extends Component {
<DataLayoutWrapper
className="table-flex-wrapper attributes-selector js-not-unselect"
entity="documentView"
windowType={windowType}
viewId={viewId}
{...{windowType, viewId}}
>
<SelectionAttributes
refresh={refresh}
{...{refresh}}
setClickOutsideLock={
this.setClickOutsideLock
}
Expand Down

0 comments on commit d6a79ee

Please sign in to comment.