Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Feb 21, 2024
1 parent a5e7896 commit e4f1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/context/chatsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type ChatContext = {
isLoading: boolean;
hideMessagesFrom: null | number;
queryIdToEdit: string;
inputImperativeValue: Record<string, any> | null;
inputImperativeValue: InputValueType;
threadId: string;
setThreadId: Dispatch<SetStateAction<string>>;
stopGenerating: () => void;
Expand Down

0 comments on commit e4f1d92

Please sign in to comment.