Skip to content

Commit

Permalink
chore: shorter func signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sztok7 authored and mpetrunic committed Jan 23, 2024
1 parent 171c443 commit 63cd26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class NetworkSelector extends LitElement {
@property({
attribute: false
})
onNetworkSelected?: (network: Domain | undefined) => void;
onNetworkSelected?: (network?: Domain) => void;

@property({
type: Array,
Expand Down

0 comments on commit 63cd26e

Please sign in to comment.