fixes and improvements
This commit is contained in:
@@ -1456,6 +1456,7 @@ export function Settings() {
|
||||
}
|
||||
/>
|
||||
|
||||
</Dialog>
|
||||
<ConfirmDialog
|
||||
open={Boolean(deleteMachineId)}
|
||||
title="Delete machine?"
|
||||
@@ -1469,7 +1470,6 @@ export function Settings() {
|
||||
setDeleteMachineId(null);
|
||||
}}
|
||||
/>
|
||||
</Dialog>
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user