mario-core 2.9.38-admin → 2.9.39-admin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,6 +116,9 @@ var DEFAULT_PAGE_SIZE_VALUES = [{
116
116
  }, {
117
117
  label: "30",
118
118
  value: 30
119
+ }, {
120
+ label: "50",
121
+ value: 50
119
122
  }];
120
123
  var DEFAULT_PAGE_SIZE = {
121
124
  label: "10",