Skip to content

Commit c461515

Browse files
authored
fix(daffio): API package ToC missing error (#3442)
1 parent 8c8d530 commit c461515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/daffio/src/app/docs/api/components/api-content/api-content.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<daffio-doc-article [breadcrumbs]="doc().breadcrumbs" [toc]="doc().tableOfContents">
1+
<daffio-doc-article [breadcrumbs]="doc().breadcrumbs" [toc]="doc().tableOfContents || []">
22
@if (isApiPackage()) {
33
<daffio-api-package [doc]="doc()"></daffio-api-package>
44
} @else {

0 commit comments

Comments
 (0)