Forgot to save a file with the last commit

This commit is contained in:
Daniel Wathen 2023-02-13 15:56:28 -07:00
parent 15ce48e7a5
commit 2366bef0d3
2 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@
@(Html.Kendo().Grid<Fab2ApprovalSystem.Models.CA_Attachment>()
.Name("files")
.Name("Attachments")
.Columns(columns =>
{
columns.Bound(a => a.ID).Visible(false);