We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f267ad2 commit c11bb78Copy full SHA for c11bb78
src/components/apis/api-details-page/ko/runtime/api-details-page.html
@@ -58,7 +58,7 @@ <h1 class="title-text" data-bind="text: api() ? api().displayName : 'The specifi
58
<!-- /ko -->
59
60
<!-- ko if: selectedMenuItem()?.type === 'operation' || selectedMenuItem()?.type === 'graphql'-->
61
- <operation-details data-bind="attr: { params: operationDetailsConfig }" class="pt-12"></operation-details>
+ <div data-bind="component: {name: 'operation-details', params: operationDetailsConfig}"></div>
62
63
64
0 commit comments