Skip to content

Commit

Permalink
fix(ui): firmware update OTA result not shown
Browse files Browse the repository at this point in the history
Fixes #3341
  • Loading branch information
robertsLando committed Oct 16, 2023
1 parent cfd1dea commit c17713d
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 c17713d

Please sign in to comment.