@configuratorware/configurator-admingui 1.31.2 → 1.31.3

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.
@@ -164,7 +164,7 @@ var VisualizationSettings = /*#__PURE__*/function (_React$Component) {
164
164
 
165
165
  _defineProperty(VisualizationSettings, "propTypes", {
166
166
  loadDetails: _propTypes["default"].func.isRequired,
167
- steState: _propTypes["default"].func.isRequired,
167
+ setState: _propTypes["default"].func.isRequired,
168
168
  onDeleteItems: _propTypes["default"].func.isRequired
169
169
  });
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@configuratorware/configurator-admingui",
3
- "version": "1.31.2",
3
+ "version": "1.31.3",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "dependencies": {
@@ -29,7 +29,7 @@
29
29
  "react-redux-i18n": "^1.9.3",
30
30
  "react-router": "^3.2.6",
31
31
  "react-sortable-hoc": "^1.11.0",
32
- "redhotmagma-visualization": "1.31.2",
32
+ "redhotmagma-visualization": "1.31.3",
33
33
  "redux": "^4.1.0",
34
34
  "redux-logger": "^3.0.6",
35
35
  "redux-persist": "^5.10.0",
@@ -16,7 +16,7 @@ import { DESIGNER_REDUCER_NAME } from '../../../Reducers/Actions';
16
16
  class VisualizationSettings extends React.Component {
17
17
  static propTypes = {
18
18
  loadDetails: PropTypes.func.isRequired,
19
- steState: PropTypes.func.isRequired,
19
+ setState: PropTypes.func.isRequired,
20
20
  onDeleteItems: PropTypes.func.isRequired,
21
21
  };
22
22