Skip to content

Commit

Permalink
fix(daffio): API package ToC missing error (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored Jan 15, 2025
1 parent 8c8d530 commit c461515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<daffio-doc-article [breadcrumbs]="doc().breadcrumbs" [toc]="doc().tableOfContents">
<daffio-doc-article [breadcrumbs]="doc().breadcrumbs" [toc]="doc().tableOfContents || []">
@if (isApiPackage()) {
<daffio-api-package [doc]="doc()"></daffio-api-package>
} @else {
Expand Down

0 comments on commit c461515

Please sign in to comment.