Skip to content

Commit

Permalink
hotfix: Fix how the FileDetailView component is used in the Pacs Query (
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon authored Mar 27, 2024
1 parent f9a5fc7 commit c2d0cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pacs/components/SeriesCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ const SeriesCard = ({ series }: { series: any }) => {

const filePreviewLayout = (
<CardBody style={{ height: "350px" }}>
<FileDetailView preview="small" selectedFile={cubeFilePreview} />
<FileDetailView preview="large" selectedFile={cubeFilePreview} />
<div className="series-actions">
<div className="action-button-container hover">{filePreviewButton}</div>
</div>
Expand Down

0 comments on commit c2d0cd6

Please sign in to comment.