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() {
|
function disconnect() {
|
||||||
currentSessionId.value = null;
|
currentSessionId.value = null;
|
||||||
xenApi.disconnect();
|
xenApi.disconnect();
|
||||||
|
isConnected.value = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user