Board V2 - Part 1 (#2619)

* improve useComputeDefinitionsFromFieldMetadata to prevent infinit loops

* fix viewFields

* improve initial seeding

* fix height 100%

* fix filters and sorts

* allow filter on currency

* remove probability from filter

* fix opportunities count

* fix persist filters and sorts
This commit is contained in:
bosiraphael
2023-11-21 18:01:30 +01:00
committed by GitHub
parent 9912f7a336
commit ad8331aa89
12 changed files with 152 additions and 95 deletions

View File

@ -1,9 +0,0 @@
export type MetadataFieldDataType =
| 'BOOLEAN'
| 'DATE_TIME'
| 'ENUM'
| 'MONEY'
| 'NUMBER'
| 'RELATION'
| 'TEXT'
| 'URL';