Files
twenty/packages/twenty-front/src/modules/object-record
Charles Bochet 38fc14cb3e Fix Data model object setting page not loading (#16308)
Regression introduced by
https://github.com/twentyhq/twenty/pull/16244/files

Why:
- `ChipFieldDisplay` component is using a `recoilComponentState` and
`ContextStoreComponentContext` is not provided on Settings page

This fix
- does not use the componentState in the `ChipFieldDisplay` but in the
RecordIndex area where the `ContextStoreComponentContext` is provided
- this also improve the performance as recoilState access is not free
2025-12-04 08:09:38 +01:00
..
2025-12-02 10:09:29 +00:00
2025-12-02 10:09:29 +00:00
2025-12-02 10:09:29 +00:00
2025-11-20 13:58:40 +01:00
2025-11-18 18:49:18 +01:00
2025-10-27 17:34:59 +01:00
2025-10-11 12:08:10 +02:00
2025-12-02 10:09:29 +00:00