Make config field use camel-case

This commit is contained in:
Robert
2024-04-17 09:37:38 +01:00
parent 8abde36dcb
commit 07ba537590

View File

@@ -624,7 +624,7 @@ export function getVariantAnalysisDefaultResultsSort(): SortKey {
const ACTION_BRANCH = new Setting("actionBranch", VARIANT_ANALYSIS_SETTING);
export const VARIANT_ANALYSIS_ENABLE_GHEC_DR = new Setting(
"enable_ghec_dr",
"enableGhecDr",
VARIANT_ANALYSIS_SETTING,
);