Commit 2d9e394
Add form existence check to GeneralTabComponent template
- Added *ngIf="assignedSiteForm" to wrapper div to prevent rendering before form is initialized
- This ensures the component only renders after ngOnInit() has created the form
- Fixes issue where tabs were not visible in Cypress e2e tests
- The form is created in ngOnInit() but template binding happens immediately on component creation
Co-authored-by: renemadsen <[email protected]>1 parent 42ebf66 commit 2d9e394
File tree
1 file changed
+1
-1
lines changed- eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site/tabs
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments