fix(app): close delete workspace dialog immediately

pull/9064/head
Adam 2026-01-23 05:41:51 -06:00
parent b6beda1569
commit e5fe50f7da
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 2 additions and 2 deletions

View File

@ -1260,9 +1260,9 @@ export default function Layout(props: ParentProps) {
})
})
const handleDelete = async () => {
await deleteWorkspace(props.directory)
const handleDelete = () => {
dialog.close()
void deleteWorkspace(props.directory)
}
const description = () => {