You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialogEntryOn state was not being read anywhere in the codebase,
only set once during the feedback dialog trigger. This commit removes:
- dialogEntryOn from UIState type definition
- dialogEntryOn from DEFAULT_UI_SLICE initial state
- setDialogEntryOn reducer action
- setDialogEntryOn export from uiSlice
- setDialogEntryOn import and dispatch call from Chat.tsx
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <[email protected]>
Co-authored-by: Dallin Romney <[email protected]>
0 commit comments