Display regular thumbnail; not tracked variant
This commit is contained in:
parent
d83c868cdd
commit
1c33914e27
@ -55,7 +55,7 @@ function PanelStudyBrowser({
|
||||
date: ds.SeriesDate,
|
||||
numInstances: ds.numImageFrames,
|
||||
StudyInstanceUID: ds.StudyInstanceUID,
|
||||
componentType: 'thumbnailTracked', // TODO: PUT THIS SOMEWHERE ELSE
|
||||
componentType: 'thumbnail', // 'thumbnailNoImage' || 'thumbnailTracked' // TODO: PUT THIS SOMEWHERE ELSE
|
||||
imageSrc,
|
||||
};
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user