mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-26 21:24:13 +00:00
Remove Explorer.configure (#884)
This commit is contained in:
@@ -142,7 +142,7 @@ export class TabRouteHandler {
|
||||
databaseId,
|
||||
collectionId
|
||||
);
|
||||
userContext.apiType === "SQL" && collection.onDocumentDBDocumentsClick();
|
||||
userContext.apiType === "SQL" && collection?.onDocumentDBDocumentsClick();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user