Skip to content

Commit

Permalink
Merge pull request #249 from vaddenz/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel authored Mar 14, 2024
2 parents a317488 + 62804b9 commit aa13d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/useDirectusItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const useDirectusItems = () => {
body: data.item
}
)
return item.data
return item?.data
}

return {
Expand Down

0 comments on commit aa13d1d

Please sign in to comment.