Skip to content

Commit f08d060

Browse files
committed
close on select
1 parent 7f4f5b2 commit f08d060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/cross-chain/single-network-selector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function SingleNetworkSelector(props: {
8181
renderOption={renderOption}
8282
className={props.className}
8383
disabled={allChains.length === 0}
84+
closeOnSelect={true}
8485
/>
8586
);
8687
}

0 commit comments

Comments
 (0)