From 93e8a4ba3abecea42e2d2eac6e0a5f234ca8476d Mon Sep 17 00:00:00 2001 From: "Craig Boger (from Dev Box)" Date: Fri, 19 Jan 2024 14:52:56 -0800 Subject: [PATCH] Debugging where to place command. --- .../Menus/CommandBar/CommandBarComponentButtonFactory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx b/src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx index 78810e9db..885195f31 100644 --- a/src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx +++ b/src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx @@ -55,7 +55,7 @@ export function createStaticCommandBarButtons( buttons.push(createDivider()); } }; - + console.log(`userContext 1: ${JSON.stringify(userContext.databaseAccount.properties.writeLocations)}`); if (configContext.platform !== Platform.Fabric) { const newCollectionBtn = createNewCollectionGroup(container); buttons.push(newCollectionBtn);