Browse Source

fixed trad lang in uninstall app

master
Valentin D. Pinkman 7 years ago
parent
commit
62827423a4
No known key found for this signature in database GPG Key ID: E7D110669FFB8D3E
  1. 2
      src/components/ManagerPage/AppsList.js

2
src/components/ManagerPage/AppsList.js

@ -116,7 +116,7 @@ class AppsList extends PureComponent<Props, State> {
} = this.props
const data = { app, devicePath, targetId }
await uninstallApp.send(data).toPromise()
this.setState({ status: 'success', app: '' })
this.setState({ status: 'success' })
} catch (err) {
this.setState({ status: 'error', error: err, app: '', mode: 'home' })
}

Loading…
Cancel
Save