Skip to content

Commit

Permalink
fix(devtools): fix ant cu url button
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 27, 2025
1 parent 5895b2a commit b5b3635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/devtools/NetworkSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ function NetworkSettings() {
disabled={!validANTCuUrl}
className="bg-primary text-black h-full flex w-fit p-1 rounded-sm text-xs"
onClick={() =>
updateARIOAoNetwork({ CU_URL: newANTCuUrl.trim() })
updateANTAoNetwork({ CU_URL: newANTCuUrl.trim() })
}
>
Set ANT CU url
Expand Down

0 comments on commit b5b3635

Please sign in to comment.