Skip to content

Commit 3e1dcdb

Browse files
hoonjiAnuarTB
authored andcommitted
Re-disables enableScalarColumnContextMenus flag (tensorflow#6838)
## Motivation for features / changes In 3p, enabling standard (non-hparam column) hide is currently dangerous as there is currently no way to re-show them. Enabling for 3p will have to wait until we add an affordance other than the 1p-only column customizer. Affected users can clear localStorage for the page, or add the `enableScalarColumnCustomization=true` flag to enable the column customizer in the settings menu and re-add hidden columns. ## Technical description of changes Sets `enableScalarColumnContextMenus` default to `false`. (Reverts tensorflow#6817)
1 parent e49522e commit 3e1dcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/feature_flag/store/feature_flag_metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const FeatureFlagMetadataMap: FeatureFlagMetadataMapType<FeatureFlags> =
111111
parseValue: parseBoolean,
112112
},
113113
enableScalarColumnContextMenus: {
114-
defaultValue: true,
114+
defaultValue: false,
115115
queryParamOverride: 'enableScalarColumnContextMenus',
116116
parseValue: parseBoolean,
117117
},

0 commit comments

Comments
 (0)