Skip to content

Commit aabf710

Browse files
authored
Merge pull request #253 from eccenca/feature/concatFiles-CMEM-6476
Add custom icon for ConcatenateToFileOperator.
2 parents eba8881 + 4cb4eef commit aabf710

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

11+
- Added custom icon for "Concatenate to file" operator (CMEM-6476).
1112
- `CntentGroup` component
1213
- Manage display of a grouped content section.
1314
- Add info, actions and context annotations by using its properties.

src/components/Icon/canonicalIconNames.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const canonicalIcons = {
1919
"artefact-commit": icons.Commit,
2020
"artefact-task-deleteprojectfiles": icons.TrashCan,
2121
"artefact-task-downloadfile": icons.CloudDownload,
22+
"artefact-task-concatenatetofile": icons.DocumentExport,
2223
"artefact-dataset-csv": icons.Csv,
2324
"artefact-dataset-eccencadataplatform": icons.DataVis_1,
2425
"artefact-dataset-excel": icons.Xls,

0 commit comments

Comments
 (0)