Debugging where to place command.

This commit is contained in:
Craig Boger (from Dev Box) 2024-01-19 14:52:56 -08:00
parent b1c985e9c2
commit 93e8a4ba3a

View File

@ -55,7 +55,7 @@ export function createStaticCommandBarButtons(
buttons.push(createDivider()); buttons.push(createDivider());
} }
}; };
console.log(`userContext 1: ${JSON.stringify(userContext.databaseAccount.properties.writeLocations)}`);
if (configContext.platform !== Platform.Fabric) { if (configContext.platform !== Platform.Fabric) {
const newCollectionBtn = createNewCollectionGroup(container); const newCollectionBtn = createNewCollectionGroup(container);
buttons.push(newCollectionBtn); buttons.push(newCollectionBtn);