Skip to content

Commit

Permalink
wc - Remove pagination as setting configurable by admin
Browse files Browse the repository at this point in the history
Signed-off-by: gpveronica <[email protected]>
  • Loading branch information
gpveronica committed Jan 9, 2024
1 parent 4252f57 commit 84aea0f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/sites/iva/conf/browsers.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -66,7 +65,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -102,7 +100,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -137,7 +134,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -189,7 +185,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -225,7 +220,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -302,7 +296,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -375,7 +368,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down Expand Up @@ -406,7 +398,6 @@ const CATALOG_SETTINGS = {
},
table: {
// Browser parameters per study that an admin can configure.
pagination: true,
pageSize: 10,
pageList: [10, 25],
showToolbar: true,
Expand Down

0 comments on commit 84aea0f

Please sign in to comment.