@configuratorware/configurator-admingui 1.27.3 → 1.27.7

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": "@configuratorware/configurator-admingui",
3
- "version": "1.27.3",
3
+ "version": "1.27.7",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "files": [
@@ -87,7 +87,7 @@
87
87
  "react-redux-i18n": "^1.9.3",
88
88
  "react-router": "^3.0.2",
89
89
  "react-sortable-hoc": "^1.3.1",
90
- "redhotmagma-visualization": "1.27.3",
90
+ "redhotmagma-visualization": "1.27.7",
91
91
  "redux": "^4.0.1",
92
92
  "redux-logger": "^3.0.6",
93
93
  "redux-persist": "^5.10.0",
@@ -205,7 +205,7 @@ export default class List extends Component {
205
205
  onPaginationChange={this.onPaginationChange}
206
206
  rowsTotal={rowsTotal || data.length}
207
207
  colSpan={columns.length}
208
- currentPage={this.props.listParams.offset / rowsPerPage}
208
+ currentPage={_.get(this.props, 'listParams.offset', 0) / rowsPerPage}
209
209
  rowsPerPage={rowsPerPage}
210
210
  beforeElement={
211
211
  <div style={listStyle.groupButtons}>