We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae9be4 commit 2dc49aaCopy full SHA for 2dc49aa
tensorboard/webapp/BUILD
@@ -57,6 +57,7 @@ tf_ng_module(
57
"//tensorboard/webapp/notification_center/_redux",
58
"//tensorboard/webapp/runs/store:selectors",
59
"//tensorboard/webapp/util:ui_selectors",
60
+ "//tensorboard/webapp/persistent_settings/_redux",
61
],
62
)
63
tensorboard/webapp/selectors.ts
@@ -21,3 +21,4 @@ export * from './metrics/store/metrics_selectors';
21
export * from './notification_center/_redux/notification_center_selectors';
22
export * from './runs/store/runs_selectors';
23
export * from './util/ui_selectors';
24
+export * from './persistent_settings/_redux/persistent_settings_selectors';
0 commit comments