Skip to content

Commit

Permalink
Renamed property
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed Jun 27, 2024
1 parent fb9fab9 commit a6eeabc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class QuoteCreateRequest
[Display("Additional person IDs"), DataSource(typeof(PersonDataSource))]
public IEnumerable<string>? AdditionalPersonIds { get; set; }

[Display("Additional email addresses")]
[Display("Reference files")]
public IEnumerable<FileReference>? ReferenceFiles { get; set; }

[Display("Office ID"), DataSource(typeof(OfficeDataSource))]
Expand Down

0 comments on commit a6eeabc

Please sign in to comment.