Skip to content

Commit

Permalink
feat: chat slice update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeriRov committed May 4, 2024
1 parent 1c7f7cc commit 353b84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/features/chat/chatSlice.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { ListStateEnum } from "@/components/Chat/chat.types";
import { ChatStateParams } from "@/lib/features/chat/chatSlice.types";

export const CHAT_SLICE_NAME = "chat";
export const chatInitialState: ChatStateParams = {
currentMainBoxState: "empty",
currentInteractiveListState: "chats",
currentInteractiveListState: ListStateEnum.CHATS,
};

0 comments on commit 353b84b

Please sign in to comment.