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

Commit

Permalink
createViewRequest: remove unused pageLength param
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Dec 5, 2017
1 parent 5167721 commit f7c10cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/actions/ViewActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export function deleteView(

export function createViewRequest({
windowId, viewType,
pageLength,
filters,
refDocType = null, refDocId = null, refTabId = null, refRowIds = null
}){
Expand Down
1 change: 0 additions & 1 deletion src/components/app/DocumentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ class DocumentList extends Component {
createViewRequest({
windowId : windowType,
viewType : type,
pageLength : this.pageLength,
filters : filters,
refDocType : refType,
refDocId : refId,
Expand Down

0 comments on commit f7c10cc

Please sign in to comment.