Skip to content

Commit d5a2713

Browse files
authored
[Global pins] enable globalpins by default (#6850)
## Motivation for features / changes launch global pins feature by enabling the feature by default ## Technical description of changes ## Screenshots of UI changes (or N/A) ### Light mode ![image](https://github.com/tensorflow/tensorboard/assets/24772412/c5163d74-a5ef-4ba0-969b-4a87111d55c7) ### Dark mode ![image](https://github.com/tensorflow/tensorboard/assets/24772412/d568f957-9d55-4b93-bb65-7bca50e6c39f) #### pop up ![image](https://github.com/tensorflow/tensorboard/assets/24772412/9ce2939c-390f-4d2a-b464-a92ab7c4a52b) ### Corp theme <img width="237" alt="image" src="https://github.com/tensorflow/tensorboard/assets/24772412/231a68f1-4ab0-4c6e-ab82-15ec1f17181c"> https://screenshot.googleplex.com/7WaVHXBFfAfHYUk ## Detailed steps to verify changes work correctly (as executed by you) * Needs to update scuba test images after this PR is merged ## Alternate designs / implementations considered (or N/A)
1 parent aa54272 commit d5a2713

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
@@ -121,7 +121,7 @@ export const FeatureFlagMetadataMap: FeatureFlagMetadataMapType<FeatureFlags> =
121121
parseValue: parseBoolean,
122122
},
123123
enableGlobalPins: {
124-
defaultValue: false,
124+
defaultValue: true,
125125
queryParamOverride: 'enableGlobalPins',
126126
parseValue: parseBoolean,
127127
},

0 commit comments

Comments
 (0)