Commit ab86bb5
Fix PlanningListPage: Use MudTd instead of MudTh in RowTemplate
Corrected the element type from MudTh to MudTd for the delete button cell in the RowTemplate. MudTh should only be used in HeaderContent.
Co-authored-by: kbeaugrand <9513635+kbeaugrand@users.noreply.github.com>1 parent 942f58c commit ab86bb5
File tree
1 file changed
+2
-2
lines changed- src/IoTHub.Portal.Client/Pages/Planning
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments