mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-26 04:11:24 +00:00
comment out or change SDK code to remove errors
This commit is contained in:
committed by
Chris Anderson
parent
ca396cdfbe
commit
c101f7de74
@@ -23,7 +23,8 @@ import { useSelectedNode } from "../useSelectedNode";
|
||||
|
||||
export const shouldShowScriptNodes = (): boolean => {
|
||||
return (
|
||||
configContext.platform !== Platform.Fabric && (userContext.apiType === "SQL" || userContext.apiType === "Gremlin")
|
||||
//configContext.platform !== Platform.Fabric && (userContext.apiType === "SQL" || userContext.apiType === "Gremlin")
|
||||
false
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user