Skip to content

Commit

Permalink
Merge pull request #375 from KPMP/KPMP-4663_add-descriptor-scoring
Browse files Browse the repository at this point in the history
add imaging derived data type
  • Loading branch information
rlreamy authored Sep 7, 2023
2 parents cb9eac7 + b95d899 commit 5bbe4a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/img/icon_imaging-derived.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/Packages/dataTypeIconHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ export const iconDataTypes = new Map(
iconImage: 'icon_biomarker_132x132.png'
}

],
["Imaging Derived",
{
iconDataType:"ImagingDerived",
iconImage: "icon_imaging-derived.png"
}
]
]
);
Expand Down

0 comments on commit 5bbe4a7

Please sign in to comment.