fix(app): close delete workspace dialog immediately

This commit is contained in:
Adam
2026-01-23 05:41:51 -06:00
parent 4d2dcfb8cf
commit ef7de894c9
+2 -2
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 = () => {