Skip to content

Commit

Permalink
feat(admin-ui): fix script add page
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Sep 22, 2022
1 parent b9f1577 commit ad98b44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function CustomScriptForm({ item, scripts, handleSubmit, viewOnly }) {
defaultValue={item.programmingLanguage}
disabled={viewOnly}
onChange={(e) => {
formik.handleChange('programmingLanguage')
formik.setFieldValue('programmingLanguage', e.target.value)
setSelectedLanguage(e.target.value)
}}
>
Expand Down

0 comments on commit ad98b44

Please sign in to comment.