You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<textareadisabled={!canModifyTrait}id="description"styleName="bio-text"name="description"placeholder="In 240 characters or less, tell the Topcoder community a bit about yourself"onChange={this.onUpdateInput}value={newProfileInfo.description}maxLength="240"cols="3"rows="10"/>
662
-
<ErrorMessageinvalid={_.isEmpty(newProfileInfo.description)&&inputChanged}message="Short bio cannot be empty"addMargin/>
0 commit comments