@data-driven-forms/editor-core
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -31,3 +31,3 @@ var __assign = (this && this.__assign) || function () { | ||
case 'UPDATE_PROPS': | ||
state.components[action.id] = __assign(__assign({}, state.components[action.id]), action.props); | ||
state.components[action.id] = __assign({}, action.props); | ||
return __assign({}, state); | ||
@@ -34,0 +34,0 @@ case 'REMOVE_COMPONENT': |
{ | ||
"name": "@data-driven-forms/editor-core", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "---", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,3 @@ "use strict"; | ||
case 'UPDATE_PROPS': | ||
state.components[action.id] = __assign(__assign({}, state.components[action.id]), action.props); | ||
state.components[action.id] = __assign({}, action.props); | ||
return __assign({}, state); | ||
@@ -36,0 +36,0 @@ case 'REMOVE_COMPONENT': |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
92225