[FIX]: Refocus prompt after session delete (#3882)

This commit is contained in:
Pranshu Raj 2025-11-04 20:27:59 +05:30 committed by GitHub
commit aec44abcf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,7 @@ export function DialogSessionList() {
}, },
}) })
setToDelete(undefined) setToDelete(undefined)
dialog.clear()
return return
} }
setToDelete(option.value) setToDelete(option.value)