Skip to content

Commit

Permalink
fix: remove null contactId
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Jul 12, 2022
1 parent 48473e5 commit 6257728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/Form/ProjectContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ const ProjectContactForm: React.FC<Props> = (props) => {
ref={(el) => (formRefs.current.primaryContact = el)}
formData={
primaryContactForm?.newFormData || {
contactId: null,
contactIndex: 1,
projectId:
projectRevision.projectFormChange.formDataRecordId,
Expand Down

0 comments on commit 6257728

Please sign in to comment.