fix: workflow as code disabled
This commit is contained in:
@@ -1149,7 +1149,7 @@ const EditWorkflow = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
: null}
|
: null}
|
||||||
|
|
||||||
{!isEditing ? <>
|
{/* {!isEditing ? <>
|
||||||
<div style={{ marginTop: 20, }}>
|
<div style={{ marginTop: 20, }}>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={<Checkbox />}
|
control={<Checkbox />}
|
||||||
@@ -1164,7 +1164,7 @@ const EditWorkflow = (props) => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</> : null}
|
</> : null} */}
|
||||||
|
|
||||||
<Tooltip color="primary" title={"Add more details"} placement="top">
|
<Tooltip color="primary" title={"Add more details"} placement="top">
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user