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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user