Skip to content

Commit

Permalink
merge issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bangarraju-Microsoft committed Jan 6, 2025
1 parent 99d10df commit 76e0093
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions code/frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,6 @@ const Chat = () => {
});
};

const menuItems: IContextualMenuItem[] = [
{
key: "clearAll",
text: "Clear all chat history",
disabled:
!chatHistory.length ||
isGenerating ||
fetchingConvMessages ||
fetchingChatHistory,
iconProps: { iconName: "Delete" },
},
];
const makeApiRequest = async (question: string) => {
lastQuestionRef.current = question;

Expand Down

0 comments on commit 76e0093

Please sign in to comment.