(Fix) Remove ValidatorMetadata from "Contract Type" drop down list

This commit is contained in:
Vadim Arasev 2018-04-28 11:59:06 +03:00
parent ec5f6a5cb5
commit a013595b72
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: '3', label: ballotStore.ProxyBallotType[3] },
{ value: '4', label: ballotStore.ProxyBallotType[4] }, { value: '4', label: ballotStore.ProxyBallotType[4] },
{ value: '5', label: ballotStore.ProxyBallotType[5] }, { value: '5', label: ballotStore.ProxyBallotType[5] },
{ value: '7', label: ballotStore.ProxyBallotType[7] },
{ value: '8', label: ballotStore.ProxyBallotType[8] },
]} ]}
> >
</Select> </Select>

View File

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