Skip to content

Commit

Permalink
Merge pull request #1648 from GluuFederation/admin-ui-test-1646
Browse files Browse the repository at this point in the history
fix(admin-ui): pass udpated value of custom script editor #1646
  • Loading branch information
duttarnab authored Mar 27, 2024
2 parents 65a7299 + 8119bd7 commit 6f383a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function CustomScriptForm({ item, handleSubmit, viewOnly }) {
lsize={2}
rsize={10}
formik={formik}
value={item.script}
value={formik.values.script}
readOnly={viewOnly}
required
/>
Expand Down

0 comments on commit 6f383a1

Please sign in to comment.