@scheels-softdev/kendoreact-generics 1.3.0 → 1.3.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheels-softdev/kendoreact-generics",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -28,7 +28,7 @@ export function GenericDropdown<T>({
28
28
  //redux state
29
29
 
30
30
  //local state
31
- const pageSize = 100;
31
+ const pageSize = 8;
32
32
  const [dataList, setDataList] = useState(
33
33
  data.map((x) => {
34
34
  return {