Skip to content

Commit

Permalink
Merge branch 'develop' into jordan/1626-update-sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze authored Dec 13, 2018
2 parents ebf2c4f + 1f795f0 commit 76432ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [\#1655](https://github.com/cosmos/voyager/issues/1655) Text and Textarea fields trimmed @sabau
- [\#1686](https://github.com/cosmos/voyager/issues/1686) Changed proposals from array to object @sabau
- [\#1626](https://github.com/cosmos/voyager/issues/1626) upgraded from raven to sentry/browser @jbibla
- [\#1724](https://github.com/cosmos/voyager/issues/1724) set tabindex attribute to -1 for readonly denom on ModalProposals. tab navgiation now skips element @enyan94

### Fixed

Expand Down
1 change: 1 addition & 0 deletions app/src/renderer/components/governance/ModalPropose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<tm-field
id="denom"
:placeholder="denom"
:tabindex="-1"
type="text"
readonly="readonly"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ exports[`ModalPropose component matches snapshot has the expected html structure
id="denom"
placeholder="stake"
readonly="readonly"
tabindex="-1"
type="text"
/>
Expand Down

0 comments on commit 76432ab

Please sign in to comment.