fixes and improvements

This commit is contained in:
2026-05-11 17:31:20 +02:00
parent 80d38ed86d
commit 8b26cd4fe0
+1 -1
View File
@@ -1456,6 +1456,7 @@ export function Settings() {
} }
/> />
</Dialog>
<ConfirmDialog <ConfirmDialog
open={Boolean(deleteMachineId)} open={Boolean(deleteMachineId)}
title="Delete machine?" title="Delete machine?"
@@ -1469,7 +1470,6 @@ export function Settings() {
setDeleteMachineId(null); setDeleteMachineId(null);
}} }}
/> />
</Dialog>
</Stack> </Stack>
); );
} }