fixes and improvements
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user