Skip to content

Commit

Permalink
Merge pull request #975 from bjarnef/feature/user-invite-close-button
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe authored Nov 27, 2023
2 parents ec188cf + 9a94708 commit 903b0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,15 @@ export class UmbUserCreateSuccessModalElement extends UmbModalBaseElement<
@click=${this.#onCreateAnotherUser}
slot="actions"
label="Create another user"
look="secondary"></uui-button>
look="secondary">
</uui-button>
<uui-button
@click=${this.#onGoToProfile}
slot="actions"
label="Go to profile"
look="primary"
color="positive"></uui-button>
color="positive">
</uui-button>
</uui-dialog-layout>`;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export class UmbUserInviteModalElement extends UmbModalBaseElement {
? html`
<uui-button
@click=${this._closeModal}
style="margin-right: auto"
slot="actions"
label="Close"
look="secondary"></uui-button>
Expand All @@ -131,7 +130,6 @@ export class UmbUserInviteModalElement extends UmbModalBaseElement {
: html`
<uui-button
@click=${this._closeModal}
style="margin-right: auto"
slot="actions"
label="Cancel"
look="secondary"></uui-button>
Expand Down

0 comments on commit 903b0a6

Please sign in to comment.