Skip to content

Commit c11bb78

Browse files
committed
fxed issue with loading operation details
1 parent f267ad2 commit c11bb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/apis/api-details-page/ko/runtime/api-details-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1 class="title-text" data-bind="text: api() ? api().displayName : 'The specifi
5858
<!-- /ko -->
5959

6060
<!-- ko if: selectedMenuItem()?.type === 'operation' || selectedMenuItem()?.type === 'graphql'-->
61-
<operation-details data-bind="attr: { params: operationDetailsConfig }" class="pt-12"></operation-details>
61+
<div data-bind="component: {name: 'operation-details', params: operationDetailsConfig}"></div>
6262
<!-- /ko -->
6363

6464
<!-- /ko -->

0 commit comments

Comments
 (0)