kitchen-simulator 2.0.13 → 2.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.
package/es/devLiteRenderer.js
CHANGED
|
@@ -1115,7 +1115,7 @@ function _handleExternalEvent() {
|
|
|
1115
1115
|
return _context8.abrupt("continue", 34);
|
|
1116
1116
|
case 21:
|
|
1117
1117
|
_doorStyle = evt.payload.doorStyle;
|
|
1118
|
-
props.itemsActions.setInitialDoorStyle(_doorStyle);
|
|
1118
|
+
props.itemsActions.setInitialDoorStyle(_doorStyle.doorStyle);
|
|
1119
1119
|
return _context8.abrupt("continue", 34);
|
|
1120
1120
|
case 22:
|
|
1121
1121
|
props.projectActions.loadProject(evt.payload);
|
package/lib/devLiteRenderer.js
CHANGED
|
@@ -1122,7 +1122,7 @@ function _handleExternalEvent() {
|
|
|
1122
1122
|
return _context8.abrupt("continue", 34);
|
|
1123
1123
|
case 21:
|
|
1124
1124
|
_doorStyle = evt.payload.doorStyle;
|
|
1125
|
-
props.itemsActions.setInitialDoorStyle(_doorStyle);
|
|
1125
|
+
props.itemsActions.setInitialDoorStyle(_doorStyle.doorStyle);
|
|
1126
1126
|
return _context8.abrupt("continue", 34);
|
|
1127
1127
|
case 22:
|
|
1128
1128
|
props.projectActions.loadProject(evt.payload);
|