Describe the bug
When I create a type with a custom number relation, then I create an object of that type, Anytype won’t let me store 0 in that relation.
To Reproduce
Steps to reproduce the behavior:
- Create a new type with a number type relation.
- Create an object of that type.
- Try to store 0 in that number relation.
Expected behavior
The value 0 should be stored.
System Information:
- OS: Windows 10
- Anytype Version: 0.29.0 (reported in 0.21.9)