Skip to content

Commit 04a064f

Browse files
authored
Sets defaultvalue of enableScalarColumnContextMenus to true (#6817)
## Motivation for features / changes Context menus in Time series scalar tables are ready for use ## Technical description of changes Removes the enableScalarColumnContextMenus feature flag and associated code ## Detailed steps to verify changes work correctly (as executed by you) Manually tested context menus in runs table, filterbar, scalar tables
1 parent 543fcdc commit 04a064f

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: false,
114+
defaultValue: true,
115115
queryParamOverride: 'enableScalarColumnContextMenus',
116116
parseValue: parseBoolean,
117117
},

0 commit comments

Comments
 (0)