Skip to content

Commit

Permalink
fix: removed code that was making the 'Add part of speech' box displa…
Browse files Browse the repository at this point in the history
…y outside of Glossary table
  • Loading branch information
kgough committed Dec 14, 2016
1 parent 7f73002 commit cb7c5ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -142,7 +142,7 @@ class Entry extends Component {
editable={!transSelected && editable}
editing={selected}
onChange={(e) => handleTermFieldUpdate('pos', e)}
placeholder='Add part of speech'
placeholder='Add part of speech'
emptyReadOnlyText='No part of speech'>
{entry.pos}
</EditableText>)
Expand Down

0 comments on commit cb7c5ce

Please sign in to comment.