Skip to content

Commit

Permalink
fix: Warning message displayed twice in chat history update (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Microsoft authored Jan 24, 2025
1 parent 8393614 commit 3789d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frontend/src/pages/chat/ChatHistoryListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const ChatHistoryListItemCell: React.FC<
placeholder={item.title}
onChange={chatHistoryTitleOnChange}
onKeyDown={handleKeyPressEdit}
errorMessage={errorRename}
// errorMessage={errorRename}
disabled={errorRename ? true : false}
/>
</Stack.Item>
Expand Down

0 comments on commit 3789d45

Please sign in to comment.