Commit 257f086
Fix mat-tab-group rendering by removing invalid child elements
- Removed debug divs that were direct children of mat-tab-group (invalid structure)
- mat-tab-group only accepts mat-tab elements as children, not regular divs
- Moved debug markers inside mat-tab elements where they're valid
- This was preventing the entire tab group from rendering
- Pink, lime, and blue debug boxes should now appear inside the General tab
Co-authored-by: renemadsen <[email protected]>1 parent 013c66f commit 257f086
File tree
1 file changed
+5
-5
lines changed- eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments