Skip to content

Commit

Permalink
fix(ui): firmware update OTA result not shown (#3346)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Oct 18, 2023
1 parent e37d2cf commit 1406015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,8 @@ export default {
// handled in App.vue
break
}
case 'updateFirmware': {
case 'updateFirmware':
case 'firmwareUpdateOTA': {
const result = response.result
const title = `Firmware update ${
Expand Down

0 comments on commit 1406015

Please sign in to comment.