thm-p3-configurator 0.0.91 → 0.0.93
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.
|
@@ -929,8 +929,7 @@ const orderSessionReducer = (state, action) => {
|
|
|
929
929
|
case orderSessionActions.CLEAR_ANSWERS:
|
|
930
930
|
{
|
|
931
931
|
return _objectSpread(_objectSpread({}, state), {}, {
|
|
932
|
-
answers: {}
|
|
933
|
-
durationAnswer: undefined
|
|
932
|
+
answers: {}
|
|
934
933
|
});
|
|
935
934
|
}
|
|
936
935
|
case orderSessionActions.SET_PRICE_CALCULATION_DATE:
|