Skip to content

Commit

Permalink
Merge pull request #13 from Roopan-Microsoft/PSL-BUG-9545
Browse files Browse the repository at this point in the history
fix: Warning message displayed twice in chat history update
  • Loading branch information
Roopan-Microsoft authored Oct 30, 2024
2 parents 76d6ad5 + 351da10 commit e083689
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 e083689

Please sign in to comment.