1
0
Fork 0
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:
Sergey 2022-06-07 16:11:34 +03:00
parent 6f4dcae6d3
commit 917bb2f9b9
No known key found for this signature in database
GPG key ID: 2B848483FF11C82C

View file

@ -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