Merge pull request #126 from varasev/core

(Fix, Core) Remove ValidatorMetadata from "Contract Type" drop down list
This commit is contained in:
Victor Baranov 2018-04-28 18:47:59 +03:00 committed by GitHub
commit 9ff2e5cbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -35,8 +35,6 @@ export class BallotProxyMetadata extends React.Component {
{ value: '3', label: ballotStore.ProxyBallotType[3] },
{ value: '4', label: ballotStore.ProxyBallotType[4] },
{ value: '5', label: ballotStore.ProxyBallotType[5] },
{ value: '7', label: ballotStore.ProxyBallotType[7] },
{ value: '8', label: ballotStore.ProxyBallotType[8] },
]}
>
</Select>

View File

@ -22,9 +22,7 @@ class BallotStore {
2: 'VotingToChangeKeys',
3: 'VotingToChangeMinThreshold',
4: 'VotingToChangeProxy',
5: 'BallotsStorage',
7: 'ValidatorMetadata',
8: 'ValidatorMetadataEternalStorage'
5: 'BallotsStorage'
}
@observable ballotType;
@observable keysBallotType;