Skip to content

Commit

Permalink
Fix hid/elementindex for collection displays (seen in job information)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 29, 2023
1 parent 64a813e commit 95c6914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/Content/GenericElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function toggle(expansionMap: Record<string, boolean>, itemId: string) {
<div>
<div v-for="(item, index) in dsc.elements" :key="index">
<ContentItem
:id="item.element_index"
:id="item.element_index + 1"
:item="item.object"
:name="item.element_identifier"
:is-dataset="item.element_type == 'hda'"
Expand Down

0 comments on commit 95c6914

Please sign in to comment.