Skip to content

Commit

Permalink
Merge bd905f0 into 2211821
Browse files Browse the repository at this point in the history
  • Loading branch information
EleisonC committed Jul 12, 2018
2 parents 2211821 + bd905f0 commit e5fac10
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ export class DictionaryModal extends React.Component {
<FormControl
type="text"
id="dictionary_name"
placeholder="Dictionary name"
onChange={this.onChange}
name="name"
placeholder="e.g Community Health Dictionary"
value={data.name}
required
/>
Expand Down Expand Up @@ -190,16 +190,16 @@ export class DictionaryModal extends React.Component {
data-placement="top"
title="Short Code"
>
Short Code: e.g Community-MCH, Only Alphanumeric Characters
Allowed
Short Code
{errors && <InlineError text={errors.id} />}
<FormControl
type="text"
id="dictionary_short_code"
placeholder="Short Code"
name="id"
onChange={this.onChange}
value={data.id}
placeholder="e.g Community-MCH, Only Alphanumeric Characters
Allowed"
required
/>
</FormGroup>
Expand All @@ -208,7 +208,6 @@ export class DictionaryModal extends React.Component {
<FormControl
componentClass="textarea"
id="dictionary_description"
placeholder="Dictionary Description"
name="description"
onChange={this.onChange}
value={data.description}
Expand Down

0 comments on commit e5fac10

Please sign in to comment.