Skip to content

Commit 884d18c

Browse files
fix(W-15607551): bindings error
1 parent 6faa787 commit 884d18c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/ApiBodyDocumentElement.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -617,27 +617,6 @@ export class ApiBodyDocumentElement extends AmfHelperMixin(LitElement) {
617617
<div slot="markdown-html" class="markdown-html" part="markdown-html" ?data-with-title="${hasTypeName}"></div>
618618
</arc-marked>` : ''}
619619
620-
${this._isAsyncAPI(this.amf) && !!this.bindings ?
621-
html`<ul class="bindings-container-list">
622-
${this.bindings.map(item => html`<li>
623-
<p class="bindings-header">
624-
<label>Message specific information:</label>
625-
<span class="binding-type"> ${item.bindingType}</span>
626-
</p>
627-
${item.key!==false ?
628-
html `
629-
<div class="bindings-body">
630-
<label>key</label>
631-
<span class="binding-key">${item.key}</span>
632-
<span class="binding-data-type">${item.dataType}</span>
633-
</div>
634-
`
635-
: ''}
636-
637-
</li>`)}
638-
</ul>`
639-
: ''}
640-
641620
${_isObject ?
642621
html`<api-type-document
643622
.amf="${amf}"

0 commit comments

Comments
 (0)