Skip to content

Commit

Permalink
in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleybot committed Oct 23, 2024
1 parent 82ef63b commit 5325aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/UDS.Net.Forms/Models/PacketSubmissionModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class PacketSubmissionModel

public string? ModifiedBy { get; set; }

public int ErrorCount { get; set; } = 0;
public int? ErrorCount { get; set; }

public virtual PacketSubmissionErrorsPaginatedModel Errors { get; set; } = new PacketSubmissionErrorsPaginatedModel();
public string GetFileName(string participantLegacyId, DateTime visitDate)
Expand Down
4 changes: 1 addition & 3 deletions src/UDS.Net.Web.MVC/Views/Shared/_MainMenuItems.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@

<a asp-page="/Visits/Index" class="@inactiveStyle">Visits</a>

<a href="#" class="@inactiveStyle">Notes</a>

<a href="#" class="@inactiveStyle">Reports</a>
<a asp-page="/PacketSubmissions/Index" class="@inactiveStyle">Packet submissions</a>

0 comments on commit 5325aa6

Please sign in to comment.