aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Input.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:35:01 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:35:01 +0100
commitdd60aad8a479f02eab6d26ed3e26549e5f753378 (patch)
tree02d477c636c8bcd071d9d685e637ab37f06f4965 /src/components/ui/Input.js
parentAdded missing dependency (diff)
parentTest linux apt install (diff)
downloadferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.tar.gz
ferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.tar.zst
ferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.zip
Merge branch 'develop' into feature/dark-theme
Diffstat (limited to 'src/components/ui/Input.js')
-rw-r--r--src/components/ui/Input.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/ui/Input.js b/src/components/ui/Input.js
index 0bb9f23bf..7fc5b69b0 100644
--- a/src/components/ui/Input.js
+++ b/src/components/ui/Input.js
@@ -6,8 +6,7 @@ import classnames from 'classnames';
6 6
7import { scorePassword as scorePasswordFunc } from '../../helpers/password-helpers'; 7import { scorePassword as scorePasswordFunc } from '../../helpers/password-helpers';
8 8
9@observer 9export default @observer class Input extends Component {
10export default class Input extends Component {
11 static propTypes = { 10 static propTypes = {
12 field: PropTypes.instanceOf(Field).isRequired, 11 field: PropTypes.instanceOf(Field).isRequired,
13 className: PropTypes.string, 12 className: PropTypes.string,