Entity data picker: Hide tree root (#20473)
Change tree root visibility in entity data picker
This commit is contained in:
@@ -142,7 +142,7 @@ export class UmbEntityDataPickerInputContext extends UmbPickerInputContext<UmbIt
|
|||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
treeAlias: UMB_ENTITY_DATA_PICKER_TREE_ALIAS,
|
treeAlias: UMB_ENTITY_DATA_PICKER_TREE_ALIAS,
|
||||||
expandTreeRoot: true,
|
hideTreeRoot: true,
|
||||||
search: supportsSearch
|
search: supportsSearch
|
||||||
? {
|
? {
|
||||||
providerAlias: UMB_ENTITY_DATA_PICKER_SEARCH_PROVIDER_ALIAS,
|
providerAlias: UMB_ENTITY_DATA_PICKER_SEARCH_PROVIDER_ALIAS,
|
||||||
|
|||||||
Reference in New Issue
Block a user