Commit 32eb9e1
authored
Fixes MatIconTestingModule import (#6797)
## Motivation for features / changes
Importing MatIconTestingModule from `@angular/material/icon/testing`
will break 1p sync. Changing this to import from
`webapp/testing/mat_icon_module.ts` instead, in accordance with previous
usage.1 parent 9ef171f commit 32eb9e1
File tree
1 file changed
+2
-2
lines changed- tensorboard/webapp/widgets/data_table
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments