remove test ref

whoopsie :)
This commit is contained in:
Matthew Taylor 2016-12-28 10:03:11 -05:00
parent 5da9514f4d
commit 6c589e1dc7

View file

@ -185,7 +185,6 @@ module.exports = {
<Input className={this.state.validUsername}
type="text"
name="user.username"
ref="thing"
onBlur={this.onUsernameBlur}
validations={{
matchRegexp: /^[\w-]*$/,