Merge pull request #193 from poanetwork/ballot-description-id

Fix Ballot description field ID
This commit is contained in:
Victor Baranov 2019-01-09 16:09:36 +03:00 committed by GitHub
commit 0925b1e49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ export class NewBallot extends React.Component {
</div>
<div className="new-NewBallot_FormContent">
<FormTextarea
id="datetime-local"
id="ballot-description"
networkBranch={networkBranch}
onChange={e => ballotStore.setMemo(e)}
title="Description of the ballot"