Skip to content

Commit

Permalink
add imaging derived data type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Sep 7, 2023
1 parent cb9eac7 commit b95d899
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 b95d899

Please sign in to comment.