mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
36f7083529
commit
e24a7f5d01
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func RenderAttributeView(avID string) (viewable av.Viewable, attrView *av.Attrib
|
||||||
|
|
||||||
func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *av.Table, err error) {
|
func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *av.Table, err error) {
|
||||||
ret = &av.Table{
|
ret = &av.Table{
|
||||||
ID: view.Table.ID,
|
ID: view.ID,
|
||||||
Name: view.Name,
|
Name: view.Name,
|
||||||
Columns: []*av.TableColumn{},
|
Columns: []*av.TableColumn{},
|
||||||
Rows: []*av.TableRow{},
|
Rows: []*av.TableRow{},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue