Skip to content

Commit 5961c76

Browse files
authored
Data Table: enable data table by default (#6563)
## Motivation for features / changes This feature has been out for awhile and we have had good feedback. However, based on the number we believe many user who would find this useful have not discovered it. This change turns the table on by default. It is worth noting that if users have enabled/disabled this in the past their choices are stored and then will not see any changes unless they delete their local storage or move to a new computer. ## Detailed steps to verify changes work correctly (as executed by you) I deleted localStorage, reloaded the page, and observed that is was enabled. Then disabled, reloaded the page, and observed that it was still disabled. All is working as expected.
1 parent f7680b4 commit 5961c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/metrics/store/metrics_reducers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const {initialState, reducers: namespaceContextedReducer} =
267267
tagGroupExpanded: new Map<string, boolean>(),
268268
linkedTimeSelection: null,
269269
linkedTimeEnabled: false,
270-
stepSelectorEnabled: false,
270+
stepSelectorEnabled: true,
271271
rangeSelectionEnabled: false,
272272
singleSelectionHeaders: [
273273
{

0 commit comments

Comments
 (0)