diff --git a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx index f79dd14..e1cf511 100644 --- a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx +++ b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx @@ -261,6 +261,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { custom: { filterable: false, displayMode: 'image', + cellOptions: { type: 'image' }, }, links: [ { @@ -330,6 +331,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { custom: { filterable: false, displayMode: 'image', + cellOptions: { type: 'image' }, }, links: [ { @@ -373,7 +375,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { }, { name: 'Delete', - type: FieldType.string, + type: FieldType.other, values: _.map(sortedTasks, (task) => { switch (task.progress?.status) { case ExportStatus.FINISHED: @@ -394,6 +396,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { custom: { filterable: false, displayMode: 'image', + cellOptions: { type: 'image' }, }, links: [ {