@things-factory/operato-board 6.0.13 → 6.0.14

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.
@@ -100,7 +100,7 @@ class BoardListPage extends localize(i18next)(connect(store)(InfiniteScrollable(
100
100
  this._page = 1
101
101
  this._total = 0
102
102
 
103
- this._infiniteScrollOptions.limit = 30
103
+ this._infiniteScrollOptions.limit = 50
104
104
  }
105
105
 
106
106
  render() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.0.13",
3
+ "version": "6.0.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -81,7 +81,7 @@
81
81
  "@things-factory/apptool-ui": "^6.0.12",
82
82
  "@things-factory/auth-ui": "^6.0.12",
83
83
  "@things-factory/board-service": "^6.0.12",
84
- "@things-factory/board-ui": "^6.0.12",
84
+ "@things-factory/board-ui": "^6.0.14",
85
85
  "@things-factory/context-ui": "^6.0.13",
86
86
  "@things-factory/export-ui": "^6.0.13",
87
87
  "@things-factory/fav-base": "^6.0.12",
@@ -110,5 +110,5 @@
110
110
  "@things-factory/board-test": "^6.0.12",
111
111
  "@things-factory/builder": "^6.0.7"
112
112
  },
113
- "gitHead": "6211b989212c23cf8f5d6be6d2c0f7e662e7c573"
113
+ "gitHead": "032db078ae849e84eb5aef75d781dcd17c34b999"
114
114
  }