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 b1919a1 commit aa0c914Copy full SHA for aa0c914
src/ApiUrl.js
@@ -298,10 +298,7 @@ export class ApiUrl extends AmfHelperMixin(LitElement) {
298
}
299
300
_getAsyncPathTemplate() {
301
- if (this.isNotHttp) {
302
- return html`<div class="async-servers-path url-channel-value">${this.path}</div>`;
303
- }
304
- return '';
+ return html`<div class="async-servers-path url-channel-value">${this.path || ''}</div>`;
305
306
307
_getOperationIdTemplate() {
0 commit comments