aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-11-07 06:27:57 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-07 00:57:57 +0000
commitdd238ae7949e72e3b90235f56e14686cc5231f34 (patch)
tree4f63ef38367c9aacfe39028a68a74705bb8954fa /src/components/auth
parentTransform tray & menu files to typescript (#740) (diff)
downloadferdium-app-dd238ae7949e72e3b90235f56e14686cc5231f34.tar.gz
ferdium-app-dd238ae7949e72e3b90235f56e14686cc5231f34.tar.zst
ferdium-app-dd238ae7949e72e3b90235f56e14686cc5231f34.zip
Remove duplicated Toggle.js component (#741)
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/Import.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index 41b887974..93ca124db 100644
--- a/src/components/auth/Import.js
+++ b/src/components/auth/Import.js
@@ -97,7 +97,7 @@ class Import extends Component {
97 {this.form.$('import').map((service, i) => ( 97 {this.form.$('import').map((service, i) => (
98 <tr key={service.id} className="service-table__row"> 98 <tr key={service.id} className="service-table__row">
99 <td className="service-table__toggle"> 99 <td className="service-table__toggle">
100 <Toggle field={service.$('add')} showLabel={false} /> 100 <Toggle {...service.$('add').bind()} showLabel={false} />
101 </td> 101 </td>
102 <td className="service-table__column-icon"> 102 <td className="service-table__column-icon">
103 <img 103 <img