Skip to content

Commit

Permalink
Added check for fix gqlSchema error.
Browse files Browse the repository at this point in the history
Should fix #703.
  • Loading branch information
imolorhe committed Apr 6, 2019
1 parent 94933e2 commit 272b5df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
/>
</div>
<div class="doc-viewer-items">
<div [ngSwitch]="docView.view">
<div *ngIf="gqlSchema" [ngSwitch]="docView.view">
<ng-container *ngSwitchCase="'root'">
<div class="doc-viewer-item" *ngFor="let item of rootTypes">
<span class="no-link-link" *ngIf="item" (click)="goToType(item.name)">{{ item.name }}</span>
Expand Down

0 comments on commit 272b5df

Please sign in to comment.