summit-registration-lite 3.0.17 → 3.0.18
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/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -848,6 +848,9 @@ const RegistrationLiteReducer = (state = DEFAULT_STATE, action) => {
|
|
|
848
848
|
return reducer_objectSpread(reducer_objectSpread({}, state), {}, {
|
|
849
849
|
reservation: null,
|
|
850
850
|
checkout: null,
|
|
851
|
+
ticketTypes: [],
|
|
852
|
+
requestedTicketTypes: false,
|
|
853
|
+
taxTypes: [],
|
|
851
854
|
invitation: null,
|
|
852
855
|
passwordless: reducer_objectSpread({}, DEFAULT_STATE.passwordless),
|
|
853
856
|
settings: reducer_objectSpread(reducer_objectSpread({}, DEFAULT_STATE.settings), {}, {
|