fix: workflow as code disabled

This commit is contained in:
Aditya
2024-12-13 17:26:23 +05:30
parent 742bdbd221
commit 3cadd3aeb3
+2 -2
View File
@@ -1149,7 +1149,7 @@ const EditWorkflow = (props) => {
</div>
: null}
{!isEditing ? <>
{/* {!isEditing ? <>
<div style={{ marginTop: 20, }}>
<FormControlLabel
control={<Checkbox />}
@@ -1164,7 +1164,7 @@ const EditWorkflow = (props) => {
/>
</div>
</> : null}
</> : null} */}
<Tooltip color="primary" title={"Add more details"} placement="top">
<Button