Skip to content

Commit

Permalink
Merge branch 'dev' into extraneous_required_2314
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Oct 3, 2024
2 parents cd76265 + 5184241 commit 9b01a5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default {
itemList: [
"manual",
"automated",
"uncertain",
"manual/automated",
"none",
"not found",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Records/Search/Output/RecordsCardColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<v-divider class="dashed-line" />
<!-- Associated Records Summary -->
<associated-records-summary
:associated-records="associatedRecords(record)"
:associated-records="record.relatedRecordsCount"
class="ml-5"
/>
</div>
Expand Down

0 comments on commit 9b01a5c

Please sign in to comment.