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 2729bbd commit 145460aCopy full SHA for 145460a
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