Commit fc0bbbd
Anuar Talipov
Fix typo in regex_edit_dialog_container.ts. (tensorflow#6769)
## Motivation for features / changes
Fix a typo `darkModeEanbled` -> `darkModeEnabled `
## Technical description of changes
Fixing a typo made in code. Although it doesn't change functionality, it
keeps the code health.
## Screenshots of UI changes (or N/A)
N/A
## Detailed steps to verify changes work correctly (as executed by you)
N/A
## Alternate designs / implementations considered (or N/A)
N/A1 parent d21de3f commit fc0bbbd
File tree
1 file changed
+1
-1
lines changed- tensorboard/webapp/runs/views/runs_table
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments