mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Prettier run on CommandBarComponentButtonFactory
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user