DynamicRoot: Restricted the doctype picker to non-element-types
This commit is contained in:
@@ -35,6 +35,7 @@ export class UmbDynamicRootQueryStepPickerModalModalElement extends UmbModalBase
|
||||
this.#documentTypePickerContext
|
||||
.openPicker({
|
||||
hideTreeRoot: true,
|
||||
pickableFilter: (x) => x.isElement === false,
|
||||
})
|
||||
.then(() => {
|
||||
const selectedItems = this.#documentTypePickerContext.getSelection();
|
||||
|
||||
Reference in New Issue
Block a user