Skip to content

Commit

Permalink
AAE-14726 add missing style file link (#9359)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 authored Feb 20, 2024
1 parent b5b3ff6 commit 86710eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { Subject } from 'rxjs';
selector: 'adf-cloud-process-header',
templateUrl: './process-header-cloud.component.html',
encapsulation: ViewEncapsulation.None,
styleUrls: ['./process-header-cloud.component.scss'],
host: { class: 'adf-cloud-process-header' }
})
export class ProcessHeaderCloudComponent implements OnChanges, OnInit, OnDestroy {
Expand Down

0 comments on commit 86710eb

Please sign in to comment.