mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-10 18:33:52 +01:00
Prettier run on CommandBarComponentButtonFactory
This commit is contained in:
parent
20d6f61323
commit
8fa84add97
@ -61,9 +61,7 @@ export function createStaticCommandBarButtons(
|
|||||||
addDivider();
|
addDivider();
|
||||||
buttons.push(addSynapseLink);
|
buttons.push(addSynapseLink);
|
||||||
}
|
}
|
||||||
if (
|
if (userContext.apiType !== "Gremlin") {
|
||||||
userContext.apiType !== "Gremlin"
|
|
||||||
) {
|
|
||||||
const addVsCode = createOpenVsCodeDialogButton(container);
|
const addVsCode = createOpenVsCodeDialogButton(container);
|
||||||
buttons.push(addVsCode);
|
buttons.push(addVsCode);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user