Skip to content

Commit 2dc49aa

Browse files
committed
add persistent_settings_selectors to the webapp/selectors
1 parent aae9be4 commit 2dc49aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tensorboard/webapp/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ tf_ng_module(
5757
"//tensorboard/webapp/notification_center/_redux",
5858
"//tensorboard/webapp/runs/store:selectors",
5959
"//tensorboard/webapp/util:ui_selectors",
60+
"//tensorboard/webapp/persistent_settings/_redux",
6061
],
6162
)
6263

tensorboard/webapp/selectors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ export * from './metrics/store/metrics_selectors';
2121
export * from './notification_center/_redux/notification_center_selectors';
2222
export * from './runs/store/runs_selectors';
2323
export * from './util/ui_selectors';
24+
export * from './persistent_settings/_redux/persistent_settings_selectors';

0 commit comments

Comments
 (0)