Skip to content

Commit 8efd0d1

Browse files
committed
add type
1 parent d35af54 commit 8efd0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/members/member/entity-actions/create/member-create-options-modal.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class UmbMemberCreateOptionsModalElement extends UmbModalBaseElement<
7373
(option) => html`
7474
<uui-ref-node
7575
.name=${this.localize.string(option.label)}
76-
@open=${(event) => this.#onOpen(event, option.unique)}>
76+
@open=${(event: Event) => this.#onOpen(event, option.unique)}>
7777
<umb-icon slot="icon" name=${option.icon || 'icon-circle-dotted'}></umb-icon>
7878
</uui-ref-node>
7979
`,

0 commit comments

Comments
 (0)