mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-13 16:07:26 +01:00
Fixing test
This commit is contained in:
@@ -117,8 +117,6 @@ export default class Explorer {
|
|||||||
|
|
||||||
this.conversationToken = ko.observable<string>();
|
this.conversationToken = ko.observable<string>();
|
||||||
|
|
||||||
this.generateConversationToken();
|
|
||||||
|
|
||||||
useSelectedNode.subscribe(() => {
|
useSelectedNode.subscribe(() => {
|
||||||
// Make sure switching tabs restores tabs display
|
// Make sure switching tabs restores tabs display
|
||||||
this.isTabsContentExpanded(false);
|
this.isTabsContentExpanded(false);
|
||||||
@@ -1299,5 +1297,8 @@ export default class Explorer {
|
|||||||
if (useNotebook.getState().isPhoenixNotebooks) {
|
if (useNotebook.getState().isPhoenixNotebooks) {
|
||||||
await this.initNotebooks(userContext.databaseAccount);
|
await this.initNotebooks(userContext.databaseAccount);
|
||||||
}
|
}
|
||||||
|
if (userContext.features.enableChatbot) {
|
||||||
|
this.generateConversationToken();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user