Hide view per page when adding users/admins to org

This commit is contained in:
mabashian 2017-07-27 10:20:14 -04:00
parent c3f2a8a140
commit 8e8a4c84f5

View File

@ -54,7 +54,8 @@ function($scope, $rootScope, ProcessErrors, GetBasePath, generateList,
let html = generateList.build({
list: list,
mode: 'edit',
title: false
title: false,
hideViewPerPage: true
});
$scope.list = list;