fix(UI): fix business attributes related schemaFields (#13313)

This commit is contained in:
Deepak Garg 2025-04-25 00:46:32 +05:30 committed by GitHub
parent 51863325a5
commit ce82a96bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,4 +168,5 @@ export const EMBEDDED_LIST_SEARCH_ENTITY_TYPES = [
EntityType.Notebook,
EntityType.BusinessAttribute,
EntityType.DataProcessInstance,
EntityType.SchemaField,
];