Browse Source
fix glitch that forces update modal to open automatically on entering manager
gre-patch-1
Valentin D. Pinkman
6 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/FirmwareUpdate.js
|
|
@ -59,7 +59,7 @@ class FirmwareUpdate extends PureComponent<Props, State> { |
|
|
|
this.setState({ |
|
|
|
firmware, |
|
|
|
ready: true, |
|
|
|
modal: 'install', |
|
|
|
modal: deviceInfo.isOSU ? 'install' : 'closed', |
|
|
|
stepId: deviceInfo.isOSU ? 'updateMCU' : 'idCheck', |
|
|
|
}) |
|
|
|
/* eslint-enable */ |
|
|
|