mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
[CU-2327w92] Allow relations to have a format of number lists
This commit is contained in:
parent
6f4dcae6d3
commit
917bb2f9b9
1 changed files with 2 additions and 1 deletions
|
@ -437,7 +437,8 @@ func RelationFormatCanHaveListValue(format model.RelationFormat) bool {
|
|||
switch format {
|
||||
case model.RelationFormat_tag,
|
||||
model.RelationFormat_file,
|
||||
model.RelationFormat_object:
|
||||
model.RelationFormat_object,
|
||||
model.RelationFormat_number:
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue