Skip to content

Commit

Permalink
notes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalton713 committed Nov 30, 2020
1 parent b6523eb commit d4848a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/form/ManageTicketForm/adminView.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const AdminView = (
name={_.find(data, ["name", "notes"]).name}
onChange={(e) => handleFormFieldChange(e, data, dispatch)}
onBlur={(e) => handleFormFieldBlur(e, data, dispatch)}
value={_.find(data, ["name", "description"]).value}
value={_.find(data, ["name", "notes"]).value}
/>
</EuiFormRow>
</EuiFlexItem>
Expand Down

0 comments on commit d4848a1

Please sign in to comment.