Undo chat history (#74)
This commit is contained in:
@@ -31,6 +31,7 @@ export function ChatList({ show }: { show?: boolean }) {
|
||||
if (isChatRoute) {
|
||||
const id = routerState.location.search.id;
|
||||
if (id) {
|
||||
console.log("Setting selected chat id to", id);
|
||||
setSelectedChatId(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user