Skip to content

Commit

Permalink
Added arbitrary 100 char limit to title
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Feb 7, 2019
1 parent e4ffcbc commit 650420c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/components/ParameterMappingInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ class Title extends React.Component {
placeholder={paramTitle}
onChange={this.onTitleChange}
onPressEnter={this.save}
maxLength={100}
autoFocus
/>
<Button size="small" type="dashed" onClick={this.hide}>
Expand Down

0 comments on commit 650420c

Please sign in to comment.