Skip to content

Commit

Permalink
Merge pull request #511 from alleslabs/fix/tx-relation-selector
Browse files Browse the repository at this point in the history
fix: tx relation selector
  • Loading branch information
songwongtp committed Aug 30, 2023
2 parents 9738fa1 + 80d9805 commit b1a5658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug fixes

- [#511](https://github.com/alleslabs/celatone-frontend/pull/511) Fix tx relation selector incorrect option
- [#499](https://github.com/alleslabs/celatone-frontend/pull/499) Fix responsive for icns and add cl pool icon
- [#506](https://github.com/alleslabs/celatone-frontend/pull/506) Fix simulation bugs
- [#504](https://github.com/alleslabs/celatone-frontend/pull/504) Fix response Json schema UI
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/TxRelationSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TxRelationSelection = ({
case undefined:
initialValue = RelationType.ALL;
break;
case false:
case true:
initialValue = RelationType.SIGNING;
break;
default:
Expand Down

0 comments on commit b1a5658

Please sign in to comment.