mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 23:47:29 +01:00
fix casing
This commit is contained in:
@@ -60,8 +60,8 @@ export function extractFeatures(given = new URLSearchParams(window.location.sear
|
|||||||
enableTtl: "true" === get("enablettl"),
|
enableTtl: "true" === get("enablettl"),
|
||||||
executeSproc: "true" === get("dataexplorerexecutesproc"),
|
executeSproc: "true" === get("dataexplorerexecutesproc"),
|
||||||
hostedDataExplorer: "true" === get("hosteddataexplorerenabled"),
|
hostedDataExplorer: "true" === get("hosteddataexplorerenabled"),
|
||||||
mongoProxyEndpoint: get("mongoProxyEndpoint"),
|
mongoProxyEndpoint: get("mongoproxyendpoint"),
|
||||||
mongoProxyFeatures: get("mongoProxyFeatures"),
|
mongoProxyFeatures: get("mongoproxyfeatures"),
|
||||||
junoEndpoint: get("junoendpoint"),
|
junoEndpoint: get("junoendpoint"),
|
||||||
livyEndpoint: get("livyendpoint"),
|
livyEndpoint: get("livyendpoint"),
|
||||||
notebookBasePath: get("notebookbasepath"),
|
notebookBasePath: get("notebookbasepath"),
|
||||||
@@ -79,4 +79,4 @@ export function extractFeatures(given = new URLSearchParams(window.location.sear
|
|||||||
|
|
||||||
export function hasFlag(value: string, flag: string): boolean {
|
export function hasFlag(value: string, flag: string): boolean {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user