diff --git a/client/src/components/History/CurrentCollection/CollectionPanel.vue b/client/src/components/History/CurrentCollection/CollectionPanel.vue index 10c830ca460..9ace9e6ba5d 100644 --- a/client/src/components/History/CurrentCollection/CollectionPanel.vue +++ b/client/src/components/History/CurrentCollection/CollectionPanel.vue @@ -87,6 +87,7 @@ async function onViewDatasetCollectionElement(element: DCESummary) { if (!isCollectionElement(element)) { return; } + offset.value = 0; const collection: SubCollection = { ...element.object, name: element.element_identifier,