[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
parent b41e573886
commit aec44abcf6

View File

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