Skip to content

Commit

Permalink
🎨 Add template type column to Attribute View #8766
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 1, 2023
1 parent 8c31eb0 commit 7d1e1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/model/attribute_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
Icon: key.Icon,
Options: key.Options,
NumberFormat: key.NumberFormat,
Template: key.Template,
Wrap: col.Wrap,
Hidden: col.Hidden,
Width: col.Width,
Expand Down

0 comments on commit 7d1e1bf

Please sign in to comment.