This commit is contained in:
Daniel 2023-07-15 22:37:05 +08:00
parent 2a6254ecd2
commit 55a94a2ca8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -89,10 +89,11 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
Name: key.Name,
Type: key.Type,
Icon: key.Icon,
Options: key.Options,
Wrap: col.Wrap,
Hidden: col.Hidden,
Width: col.Width,
Options: key.Options,
Calc: col.Calc,
})
}