Debugging where to place command.
This commit is contained in:
parent
b1c985e9c2
commit
93e8a4ba3a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue