Fix Ballot description field ID

This commit is contained in:
Victor Baranov 2019-01-09 14:52:16 +03:00
parent be66464c42
commit 3b5a2a37a7
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"