Skip to content

Commit 6526ff1

Browse files
committed
fix: do not show server selecttor in apidoc if not narrow
1 parent cc1bc3c commit 6526ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiConsole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
315315
@api-navigation-selection-changed="${this._apiNavigationOcurred}"
316316
.selectedServerValue="${selectedServerValue}"
317317
.selectedServerType="${selectedServerType}"
318-
.noServerSelector="${narrow}"
318+
.noServerSelector="${!narrow}"
319319
>
320320
<slot name="custom-base-uri" slot="custom-base-uri"></slot>
321321
</api-documentation>`;

0 commit comments

Comments
 (0)