Fixed another bug with mui/react

This commit is contained in:
Frikky
2023-07-14 00:40:59 +02:00
parent 2fec45b47e
commit 98f0a225d4
3 changed files with 8 additions and 41 deletions
@@ -618,10 +618,10 @@ const ConfigureWorkflow = (props) => {
/>
*/}
{action.must_authenticate ?
<Button
<Button
fullWidth
variant="contained"
disabled={action.auth_done}
disabled={action.auth_done}
style={{
flex: 1,
textTransform: "none",
@@ -1084,7 +1084,6 @@ const ConfigureWorkflow = (props) => {
</Button>
*/}
<Button
color="textSecondary"
variant={"outlined"}
style={{}}
onClick={() => {