Skip to content

Commit 145460a

Browse files
committed
Revert "fix: do not show server selecttor in apidoc if not narrow"
This reverts commit 6526ff1.
1 parent 2729bbd commit 145460a

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)