Merge branch 'main' into v14/bugfix/use-property-editor-ui-alias-for-config-options
This commit is contained in:
@@ -119,7 +119,7 @@ export class UmbDocumentCreateOptionsModalElement extends UmbModalBaseElement<
|
||||
return html`
|
||||
<umb-body-layout headline=${this.localize.term('actions_create')}>
|
||||
${when(
|
||||
this._availableBlueprints.length === 0 && this.#documentTypeUnique,
|
||||
this._availableBlueprints.length && this.#documentTypeUnique,
|
||||
() => this.#renderBlueprints(),
|
||||
() => this.#renderDocumentTypes(),
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user