Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Apr 6, 2022
1 parent 121ac4a commit 10e742d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,6 @@ function CustomScriptForm({ item, scripts, handleSubmit }) {
onChange={formik.handleChange}
defaultChecked={item.enabled}
/>
{/* <Input
id="enabled"
name="enabled"
onChange={formik.handleChange}
type="checkbox"
defaultChecked={item.enabled}
/> */}
</Col>
</FormGroup>
</GluuTooltip>
Expand Down

0 comments on commit 10e742d

Please sign in to comment.