Skip to content

Commit

Permalink
Enables document blueprint create menu
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Jul 30, 2024
1 parent d4fe85d commit e28baec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)}
Expand Down

0 comments on commit e28baec

Please sign in to comment.