Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Apr 18, 2024
1 parent f45af40 commit 35d8576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class AddressInput extends BaseComponent {
onAddressChange: (address: string, errorMessage?: string | null) => void =
() => {};

@property()
@property({ attribute: false })
networkType: Network = Network.EVM;

@state()
Expand Down

0 comments on commit 35d8576

Please sign in to comment.