mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
♻️ Refactor av
This commit is contained in:
parent
d4864d01e4
commit
1dcc635f4d
3 changed files with 21 additions and 21 deletions
|
|
@ -157,7 +157,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
|
|||
if nil == tableCell.Value {
|
||||
tableCell.Value = av.GetAttributeViewDefaultValue(tableCell.ID, col.ID, rowID, tableCell.ValueType)
|
||||
} else {
|
||||
fillAttributeViewNilValue(tableCell.Value, rowID, col.ID, tableCell.ValueType)
|
||||
fillAttributeViewNilValue(tableCell.Value, tableCell.ValueType)
|
||||
}
|
||||
|
||||
tableRow.Cells = append(tableRow.Cells, tableCell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue