fix(tag-browser): fix dicom tag browser not loading in segmentation mode in study panel (#4601)

This commit is contained in:
Ibrahim 2024-12-13 10:07:59 -05:00 committed by GitHub
parent 7ca9df1b2b
commit 60fc7d6a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ function WrappedPanelStudyBrowser({ commandsManager, extensionManager, servicesM
return (
<PanelStudyBrowser
servicesManager={servicesManager}
commandsManager={commandsManager}
dataSource={dataSource}
getImageSrc={_getImageSrcFromImageId}
getStudiesForPatientByMRN={_getStudiesForPatientByMRN}