mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2026-01-05 11:46:57 -06:00
fix: share connection data
This commit is contained in:
@@ -67,9 +67,9 @@ export default {
|
||||
this.copied = false;
|
||||
}, 2000);
|
||||
},
|
||||
open(connection) {
|
||||
open({ host, globalApiKey }) {
|
||||
this.dialog = true;
|
||||
this.connection = connection;
|
||||
this.connection = { host, globalApiKey };
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user