Skip to content

Commit

Permalink
🎨 Database template column support using values from other columns si…
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 3, 2023
1 parent 7556d1c commit 29f34fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/model/attribute_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
tableCell = &av.TableCell{
ID: keyValues.Values[0].ID,
Value: keyValues.Values[0],
ValueType: col.Type,
ValueType: keyValues.Values[0].Type,
}
break
}
Expand Down

0 comments on commit 29f34fe

Please sign in to comment.