Skip to content

Commit

Permalink
fix: reloading works when reloading on details page (#2099)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian <sebastian@aam-digital.com>
  • Loading branch information
TheSlimvReal and sleidig authored Nov 27, 2023
1 parent f304162 commit 9666c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ <h3 *ngIf="componentConfig.title && componentConfig.title !== ''">
{{ componentConfig.title }}
</h3>
<ng-template
*ngIf="componentConfig.config?.entity"
[appDynamicComponent]="componentConfig"
*ngIf="componentConfig.config.entity"
></ng-template>
<br *ngIf="j < panelConfig.components.length - 1" />
</div>
Expand Down

0 comments on commit 9666c2e

Please sign in to comment.