Skip to content

Commit

Permalink
Merge branch 'feature/permissions' of https://github.com/umbraco/Umbr…
Browse files Browse the repository at this point in the history
…aco.CMS.Backoffice into feature/permissions
  • Loading branch information
madsrasmussen committed Sep 27, 2023
2 parents 59d35b5 + cda4178 commit eda4e0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class UmbUserGroupWorkspaceEditorElement extends UmbLitElement {
description=${this.localize.term('user_startnodehelp')}>
<umb-input-document
slot="editor"
max="1"
.selectedIds=${this._userGroup.documentStartNodeId ? [this._userGroup.documentStartNodeId] : []}
@change=${this.#onDocumentStartNodeChange}
multiple></umb-input-document>
Expand Down

0 comments on commit eda4e0f

Please sign in to comment.