Skip to content

Commit

Permalink
Fix: pass chainId in address book dialog (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Dec 16, 2024
1 parent 2d98a9e commit 9e44ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/address-book/EntryDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function EntryDialog({
onClose={handleClose}
dialogTitle={defaultValues.name ? 'Edit entry' : 'Create entry'}
hideChainIndicator={chainIds && chainIds.length > 1}
chainId={chainIds?.[0]}
>
<FormProvider {...methods}>
<form onSubmit={onSubmit}>
Expand Down

0 comments on commit 9e44ad4

Please sign in to comment.