Fixing test

This commit is contained in:
Bala Lakshmi Narayanasami
2022-07-20 21:06:21 +05:30
parent fac33509f5
commit b65b032d6d

View File

@@ -117,8 +117,6 @@ export default class Explorer {
this.conversationToken = ko.observable<string>();
this.generateConversationToken();
useSelectedNode.subscribe(() => {
// Make sure switching tabs restores tabs display
this.isTabsContentExpanded(false);
@@ -1299,5 +1297,8 @@ export default class Explorer {
if (useNotebook.getState().isPhoenixNotebooks) {
await this.initNotebooks(userContext.databaseAccount);
}
if (userContext.features.enableChatbot) {
this.generateConversationToken();
}
}
}