Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix taskToDomain field not being echoed (#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Zen authored Nov 25, 2023
1 parent fc3657a commit aaa46b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/pages/workbench/WorkbenchForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function WorkbenchForm(props) {

<FormikJsonInput
className={classes.field}
reinitialize
height={200}
label="Task to Domain (JSON)"
name="taskToDomain"
Expand Down

0 comments on commit aaa46b5

Please sign in to comment.