Skip to content

Commit

Permalink
chore(sdk): override type from sdk for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriPro committed Jul 12, 2024
1 parent e524dd6 commit aa6647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProductShell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function fetchDocumentTree () {
headers: {
accept: DocumentContentTypeEnum.VndKonnectDocumentTreejson
}
}) as AxiosResponse<ListDocumentsTree, any>
}) as any as AxiosResponse<ListDocumentsTree, any>
productStore.setDocumentTree((res.data).data)
}
Expand Down

0 comments on commit aa6647f

Please sign in to comment.