aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-06-19 18:45:41 +0200
committerLibravatar GitHub <noreply@github.com>2020-06-19 18:45:41 +0200
commit2ec6d98c47d95a4e0868bd1cafa35ba2d8ab2133 (patch)
tree4d02e4b5a3612267fc37fdd2234a4bb0f2784b03 /src/components/ui
parentOpen Documents inside Ferdi instead of external browser (#787) (diff)
downloadferdium-app-2ec6d98c47d95a4e0868bd1cafa35ba2d8ab2133.tar.gz
ferdium-app-2ec6d98c47d95a4e0868bd1cafa35ba2d8ab2133.tar.zst
ferdium-app-2ec6d98c47d95a4e0868bd1cafa35ba2d8ab2133.zip
Prepare and Release/5.6.0 beta.1 (#820)
* Draft release * Update changelog
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/Input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Input.js b/src/components/ui/Input.js
index 387086eb9..4e3eb4ab8 100644
--- a/src/components/ui/Input.js
+++ b/src/components/ui/Input.js
@@ -72,7 +72,7 @@ export default @observer class Input extends Component {
72 if (type === 'password' && this.state.showPassword) { 72 if (type === 'password' && this.state.showPassword) {
73 type = 'text'; 73 type = 'text';
74 } 74 }
75 75
76 return ( 76 return (
77 <div 77 <div
78 className={classnames({ 78 className={classnames({