fix: enable command enter on dialog confirmation clean thread (#1261)

This commit is contained in:
Faisal Amir 2023-12-30 21:45:08 +07:00 committed by GitHub
parent 8757d4d086
commit bd85febe3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,7 @@ export default function ThreadList() {
<Button
themes="danger"
onClick={() => cleanThread(thread.id)}
autoFocus
>
Yes
</Button>