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:
+2
@@ -7,6 +7,7 @@ describe('generateAggregateQuery', () => {
|
||||
nameSingular: 'company',
|
||||
namePlural: 'companies',
|
||||
id: 'test-id',
|
||||
universalIdentifier: 'test-id',
|
||||
labelSingular: 'Company',
|
||||
labelPlural: 'Companies',
|
||||
labelIdentifierFieldMetadataId: '20202020-72ba-4e11-a36d-e17b544541e1',
|
||||
@@ -49,6 +50,7 @@ describe('generateAggregateQuery', () => {
|
||||
nameSingular: 'person',
|
||||
namePlural: 'people',
|
||||
id: 'test-id',
|
||||
universalIdentifier: 'test-id',
|
||||
labelSingular: 'Person',
|
||||
labelPlural: 'People',
|
||||
labelIdentifierFieldMetadataId: '20202020-72ba-4e11-a36d-e17b544541e1',
|
||||
|
||||
Reference in New Issue
Block a user