Skip to content

Commit c56f958

Browse files
authored
Bug Fix: Add additional BUILD dependency to fix sync (#6331)
## Motivation for features / changes #6317 broke the internal sync Googlers see (cl/524838273) This should fix it Googlers see cl/524852584
1 parent e11384a commit c56f958

File tree

1 file changed

+1
-0
lines changed
  • tensorboard/webapp/metrics/views

1 file changed

+1
-0
lines changed

tensorboard/webapp/metrics/views/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ tf_ts_library(
8787
"//tensorboard/webapp/testing:utils",
8888
"@npm//@angular/core",
8989
"@npm//@angular/platform-browser",
90+
"@npm//@ngrx/store",
9091
"@npm//@types/jasmine",
9192
],
9293
)

0 commit comments

Comments
 (0)