Skip to content

Commit

Permalink
#3896: Don't hard-code what's already specified in the dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 19, 2021
1 parent 7086f4e commit b68965a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/src/components/CustomFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ const JsonField = fieldProps => {
: fieldValue
return (
<FastField
asA="textarea"
name={name}
value={value}
component={FieldHelper.InputField}
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/tasks/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ const TaskForm = ({ edit, title, initialValues, notesComponent }) => {
dictProps={fieldSettings.longName}
name="longName"
component={FieldHelper.InputField}
asA="textarea"
/>

{disabled ? (
Expand Down

0 comments on commit b68965a

Please sign in to comment.