1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: closing ask credential modal during a connection doesn't stops loading, closes #114

This commit is contained in:
2021-10-05 18:20:38 +02:00
parent 2480c76a08
commit 26446fb7ed
3 changed files with 3 additions and 0 deletions

View File

@ -454,6 +454,7 @@ export default {
closeAsking () {
this.isTesting = false;
this.isAsking = false;
this.isConnecting = false;
},
selectTab (tab) {
this.selectedTab = tab;