@@ -48,6 +48,7 @@ export const filesEntityConfig: EntityConfig<FilesResponse> = {
48
48
width : { max : "2fr" , min : "240px" } ,
49
49
} ,
50
50
{
51
+ columnVisible : false ,
51
52
componentConfig : {
52
53
component : C . Cell ,
53
54
viewBuilder : V . buildFileFormat ,
@@ -65,6 +66,15 @@ export const filesEntityConfig: EntityConfig<FilesResponse> = {
65
66
id : HCA_DCP_CATEGORY_KEY . FILE_SIZE ,
66
67
width : { max : "1fr" , min : "120px" } ,
67
68
} ,
69
+ {
70
+ componentConfig : {
71
+ component : C . NTagCell ,
72
+ viewBuilder : V . buildAggregatedProtocolWorkflow ,
73
+ } as ComponentConfig < typeof C . NTagCell , FilesResponse > ,
74
+ header : HCA_DCP_CATEGORY_LABEL . WORKFLOW ,
75
+ id : HCA_DCP_CATEGORY_KEY . WORKFLOW ,
76
+ width : { max : "1fr" , min : "120px" } ,
77
+ } ,
68
78
{
69
79
componentConfig : {
70
80
component : C . NTagCell ,
@@ -193,16 +203,6 @@ export const filesEntityConfig: EntityConfig<FilesResponse> = {
193
203
id : HCA_DCP_CATEGORY_KEY . PAIRED_END ,
194
204
width : { max : "1fr" , min : "120px" } ,
195
205
} ,
196
- {
197
- columnVisible : false ,
198
- componentConfig : {
199
- component : C . NTagCell ,
200
- viewBuilder : V . buildAggregatedProtocolWorkflow ,
201
- } as ComponentConfig < typeof C . NTagCell , FilesResponse > ,
202
- header : HCA_DCP_CATEGORY_LABEL . WORKFLOW ,
203
- id : HCA_DCP_CATEGORY_KEY . WORKFLOW ,
204
- width : { max : "1fr" , min : "120px" } ,
205
- } ,
206
206
{
207
207
columnVisible : false ,
208
208
componentConfig : {
0 commit comments