Skip to content

Commit e7bddca

Browse files
author
adesousa_microsoft
committed
update app provider
1 parent e5e0348 commit e7bddca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/state/AppProvider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export type Action =
5151
| { type: 'GET_FEEDBACK_STATE'; payload: string }
5252
| { type: 'UPDATE_SECTION'; payload: { sectionIdx: number; section: Section } }
5353
| { type: 'UPDATE_DRAFTED_DOCUMENT'; payload: DraftedDocument }
54+
| { type: 'UPDATE_BROWSE_CHAT'; payload: Conversation | null }
55+
| { type: 'UPDATE_GENERATE_CHAT'; payload: Conversation | null }
5456

5557
const initialState: AppState = {
5658
isChatHistoryOpen: false,

0 commit comments

Comments
 (0)