Skip to content

Commit

Permalink
fix(#55): update DruxtEntity component key (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 19, 2024
1 parent fc80a46 commit bbe460a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/itchy-knives-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"druxt-layout-paragraphs": patch
---

fix(#55): update DruxtEntity key in LayoutParagraphs component.
2 changes: 1 addition & 1 deletion src/components/DruxtFieldLayoutParagraphs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div v-if="!$fetchState.pending">
<DruxtEntity
v-for="paragraph of rootParagraphs"
:key="paragraph.uuid"
:key="paragraph.id"
:type="paragraph.type"
:uuid="paragraph.id"
v-bind="{ ...$attrs }"
Expand Down

0 comments on commit bbe460a

Please sign in to comment.