@seamly/web-ui 20.8.0 → 20.8.1

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.
@@ -3112,11 +3112,9 @@ exports.configSlice = (0, toolkit_1.createSlice)({
3112
3112
  payload
3113
3113
  }) => updateState(state, payload),
3114
3114
  setPreChatEvents: (state, {
3115
- payload: {
3116
- events
3117
- }
3115
+ payload
3118
3116
  }) => {
3119
- state.preChatEvents = events;
3117
+ state.preChatEvents = payload;
3120
3118
  }
3121
3119
  },
3122
3120
  extraReducers: builder => {