mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Improve db tv relation render
This commit is contained in:
parent
5bcfdcbf8c
commit
5700a9f18a
4 changed files with 11 additions and 11 deletions
|
|
@ -300,7 +300,7 @@ func (filter *ViewFilter) GetAffectValue(key *Key, defaultVal *Value) (ret *Valu
|
|||
}
|
||||
case FilterOperatorDoesNotContain:
|
||||
case FilterOperatorIsEmpty:
|
||||
ret.Relation = &ValueRelation{Contents: []string{}}
|
||||
ret.Relation = &ValueRelation{Contents: []*Value{}}
|
||||
case FilterOperatorIsNotEmpty:
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue