Valentin D. Pinkman
7 years ago
No known key found for this signature in database
GPG Key ID: E7D110669FFB8D3E
1 changed files with
1 additions and
1 deletions
-
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' }) |
|
|
|
} |
|
|
|