chat actions should be fixed

This commit is contained in:
YasinOnm08 2024-10-11 08:44:30 +02:00
parent 2790604f6b
commit 28ebe02bd6
2 changed files with 9 additions and 9 deletions

View file

@ -46,7 +46,7 @@ const History: React.FC = () => {
copyChats.chats = [...chatHistory.chats]
// Remove the chat at the specified index
copyChats.chats.splice(index,1)
copyChats.chats.splice(index,1)
// Determine new selectedIndex
let newSelectedIndex = currentIndex;