@seamly/web-ui 22.3.0 → 22.3.2-beta.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.
@@ -5285,8 +5285,8 @@ const storeSlice = (0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_5__/* .createSli
5285
5285
  }).addCase(domains_app_actions__WEBPACK_IMPORTED_MODULE_2__/* .initializeApp */ .Z.fulfilled, (state, {
5286
5286
  payload
5287
5287
  }) => {
5288
- if (!payload.initialState) return;
5289
5288
  state.isLoading = false;
5289
+ if (!payload.initialState) return;
5290
5290
  state.initialState = payload.initialState;
5291
5291
  }).addMatcher((0,_reduxjs_toolkit__WEBPACK_IMPORTED_MODULE_5__/* .isAnyOf */ .Q)(initIdleDetachCountdown, initResumeConversationPrompt), state => {
5292
5292
  state.isLastEventFromClient = false;