Skip to content

Commit

Permalink
Fixed grid layout. #2411
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Oct 3, 2024
1 parent fae2922 commit 2c1081e
Showing 1 changed file with 1 addition and 1 deletion.
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 2c1081e

Please sign in to comment.