1.4.0 changes too
This commit is contained in:
@@ -1256,7 +1256,7 @@ const ConfigureWorkflow = (props) => {
|
||||
</Typography>
|
||||
: null}
|
||||
|
||||
<List style={{paddingBottom: 250, }}>
|
||||
<List style={{paddingBottom: window.location.pathname.includes("/workflows/") ? 0 : 250, }}>
|
||||
{requiredActions.map((data, index) => {
|
||||
return (
|
||||
<div key={index} style={{marginBottom: 10, }}>
|
||||
|
||||
Reference in New Issue
Block a user