This commit is contained in:
Daniel 2025-06-11 15:46:13 +08:00
parent f575036b6e
commit fa5d560a3b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 2 additions and 3 deletions

View file

@ -55,7 +55,6 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
Name: key.Name,
Type: key.Type,
Icon: key.Icon,
Wrap: col.Wrap,
Hidden: col.Hidden,
Desc: key.Desc,
Options: key.Options,
@ -65,6 +64,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
Rollup: key.Rollup,
Date: key.Date,
},
Wrap: col.Wrap,
Width: col.Width,
Pin: col.Pin,
Calc: col.Calc,