Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h5 class="card-title mb-0 text-uppercase label-header">
</div>

<!-- Right column -->
<div class="col">
<div class="col overflow-auto h-100">
<div class="h-100 card m-0">
<!-- Conditional rendering based on selected action -->
<app-compliance-reports-view [section]="activeSection" (pageChange)="onPageChange($event)" *ngIf="action === 'compliance' && activeSection"></app-compliance-reports-view>
Expand Down
Loading