Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1806 | showing Collection version export ti…
Browse files Browse the repository at this point in the history
…me in minutes/hours
  • Loading branch information
snyaggarwal committed Mar 27, 2024
1 parent 2f7a134 commit b96a3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/collections/VersionList.jsx
Expand Up @@ -217,6 +217,8 @@ const VersionList = ({ canEdit, onUpdate, onCreateExpansionClick, collection })
by={version.created_by}
date={version.created_on}
label='Created'
timeTakenLabel='Export Time'
timeTaken={version?.extras?.__export_time || false}
/>
</span>
<div className='col-md-12 no-side-padding' style={{marginTop: '-5px'}}>
Expand Down

0 comments on commit b96a3ec

Please sign in to comment.