Originally renamed beneficiariesFormData.ts to BeneficiariesFormData.ts to be consistent with capitalization used in volunteer form, but Git did not capitalize the filename (seems to not care about the case). So, in our repo the file was still beneficiariesFormData.ts causing the code to not compile. I decided to just rename to Beneficiary since VolunteerFormComponent is not plural.
Originally renamed
beneficiariesFormData.ts
toBeneficiariesFormData.ts
to be consistent with capitalization used in volunteer form, but Git did not capitalize the filename (seems to not care about the case). So, in our repo the file was stillbeneficiariesFormData.ts
causing the code to not compile. I decided to just rename toBeneficiary
sinceVolunteerFormComponent
is not plural.