Fix bugs tied to jotai migration (#18227)

Fixing a few bugs:
- CommandMenu not reactive
- Filtering on index view infinite loop
This commit is contained in:
Charles Bochet
2026-02-25 17:11:12 +01:00
committed by GitHub
parent 001c2097a3
commit 1fa55bfd02
31 changed files with 343 additions and 238 deletions
@@ -3,6 +3,7 @@ import { gql } from '@apollo/client';
export const OBJECT_METADATA_FRAGMENT = gql`
fragment ObjectMetadataFields on Object {
id
universalIdentifier
nameSingular
namePlural
labelSingular
@@ -42,6 +43,7 @@ export const OBJECT_METADATA_FRAGMENT = gql`
}
fieldsList {
id
universalIdentifier
type
name
label