Add loading button to config page

This commit is contained in:
Alex Holliday
2024-09-03 10:38:45 -07:00
parent 560ad118e7
commit 0d8f3f3666

View File

@@ -275,14 +275,15 @@ const Configure = () => {
</>
)}
</LoadingButton>
<Button
<LoadingButton
loading={isLoading}
variant="contained"
color="error"
sx={{ px: theme.spacing(8) }}
onClick={() => setIsOpen(true)}
>
Remove
</Button>
</LoadingButton>
</Box>
</Stack>
<ConfigBox>