Skip to content

Commit ed93a1e

Browse files
committed
Link Entry Modal: Reduce name max length under field character limit
1 parent da3f2ce commit ed93a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/components/forms/LinkEntryModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class LinkEntryModal extends React.PureComponent<Props, State> {
151151
type="text"
152152
className="form-control"
153153
id="link-name"
154-
maxLength="200"
154+
maxLength="190"
155155
value={this.state.formFields.project_link_name}
156156
onChange={this.form.onInput.bind(this, "project_link_name")}
157157
/>

0 commit comments

Comments
 (0)