Skip to content

Commit

Permalink
remove dialog id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristján Oddsson authored Jul 10, 2024
1 parent 4e3017e commit 5111ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/dialog/src/LionDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class LionDialog extends LitElement {
<button part="invoker" @click=${this.#open}>
<slot name="invoker"></slot>
</button>
<dialog id="overlay-content-node-wrapper">
<dialog>
<slot name="content"></slot>
</dialog>
`;
Expand Down

0 comments on commit 5111ab2

Please sign in to comment.