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