diff --git a/client/extensions/tga-author-profile-fields/src/components/vocab/config.tsx b/client/extensions/tga-author-profile-fields/src/components/vocab/config.tsx index 7b40430..2409f24 100644 --- a/client/extensions/tga-author-profile-fields/src/components/vocab/config.tsx +++ b/client/extensions/tga-author-profile-fields/src/components/vocab/config.tsx @@ -14,8 +14,8 @@ function getVocabularies(): Promise> { {field: 'display_name', direction: 'ascending'}, { $and: [ - {field_type: {$exists: false, $eq: null}}, - {custom_field_type: {$exists: false, $eq: null}}, + {field_type: null}, + {custom_field_type: null}, ], } ).then((vocabularies) => {