Remove Explorer.configure (#884)

This commit is contained in:
Steve Faulkner
2021-06-10 17:02:07 -07:00
committed by GitHub
parent 006230262c
commit fc9f287d0a
9 changed files with 29 additions and 70 deletions

View File

@@ -142,7 +142,7 @@ export class TabRouteHandler {
databaseId,
collectionId
);
userContext.apiType === "SQL" && collection.onDocumentDBDocumentsClick();
userContext.apiType === "SQL" && collection?.onDocumentDBDocumentsClick();
});
}