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 cc1bc3c commit 6526ff1Copy full SHA for 6526ff1
src/ApiConsole.js
@@ -315,7 +315,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
315
@api-navigation-selection-changed="${this._apiNavigationOcurred}"
316
.selectedServerValue="${selectedServerValue}"
317
.selectedServerType="${selectedServerType}"
318
- .noServerSelector="${narrow}"
+ .noServerSelector="${!narrow}"
319
>
320
<slot name="custom-base-uri" slot="custom-base-uri"></slot>
321
</api-documentation>`;
0 commit comments