augur-ui-react-components
Advanced tools
Comparing version 3.1.24 to 3.1.25
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.1.24", | ||
"version": "3.1.25", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -180,2 +180,3 @@ import React, { Component, PropTypes } from 'react'; | ||
autoComplete | ||
disabled={s.disableInputs} | ||
/> | ||
@@ -190,2 +191,3 @@ <input | ||
required={p.isVisiblePassword2} | ||
disabled={s.disableInputs} | ||
/> | ||
@@ -192,0 +194,0 @@ <div className={classnames('bottom-container')}> |
Sorry, the diff of this file is too big to display
1975353
37505