fix(lite): disconnecting (#6346)
This commit is contained in:
parent
f08cbb458d
commit
0effc9cfc1
@ -105,6 +105,7 @@ export const useXenApiStore = defineStore("xen-api", () => {
|
||||
function disconnect() {
|
||||
currentSessionId.value = null;
|
||||
xenApi.disconnect();
|
||||
isConnected.value = false;
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user