Skip to content

Commit

Permalink
add data-id for dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Dec 13, 2024
1 parent 96b7472 commit 903aeff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/remix-ui/run-tab/src/lib/components/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export function AccountUI(props: AccountProps) {
onSelect={(e) => {
props.setAccount(value)
}}
data-id="runTabSelectAccount"
>
<span className="">
{loadedAccounts[value]}
Expand Down

0 comments on commit 903aeff

Please sign in to comment.