Skip to content

Commit

Permalink
ui. Clear connection error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Nov 28, 2023
1 parent e0410b1 commit 054aac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ export default {
},
function(success) {
context.loading.connectionUpdate = false;
context.error.connectionUpdate = "";
context.connectionRead();
},
function(error) {
Expand Down Expand Up @@ -1264,6 +1265,7 @@ export default {
},
function(success) {
context.loading.connectionUpdate = false;
context.error.connectionUpdate = "";
context.connectionRead();
},
function(error) {
Expand Down

0 comments on commit 054aac5

Please sign in to comment.