diff --git a/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts b/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts index 5d23fae2..2f90129f 100644 --- a/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts +++ b/src/app/adf-api-docs/df-api-docs/df-api-docs.component.ts @@ -46,6 +46,7 @@ export class DfApiDocsComponent implements OnInit, AfterContentInit { this.activatedRoute.data.subscribe(({ data }) => { if (data) { if ( + data.paths['/']?.get && data.paths['/']?.get.operationId && data.paths['/']?.get.operationId === 'getSoapResources' ) {