Skip to content

Commit

Permalink
Bug Fix: Add additional BUILD dependency to fix sync (#6331)
Browse files Browse the repository at this point in the history
## Motivation for features / changes
#6317 broke the internal sync Googlers see (cl/524838273)

This should fix it Googlers see cl/524852584
  • Loading branch information
rileyajones authored Apr 17, 2023
1 parent e11384a commit c56f958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorboard/webapp/metrics/views/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ tf_ts_library(
"//tensorboard/webapp/testing:utils",
"@npm//@angular/core",
"@npm//@angular/platform-browser",
"@npm//@ngrx/store",
"@npm//@types/jasmine",
],
)

0 comments on commit c56f958

Please sign in to comment.