From a57f704113ff503a36f9bee77111846b769cb7dc Mon Sep 17 00:00:00 2001 From: rozetko Date: Mon, 10 Apr 2023 18:05:59 +0300 Subject: [PATCH] hotfix --- src/panels/corpglory-dataexporter-panel/components/Panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx index 31f3d40..1420c20 100644 --- a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx +++ b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx @@ -378,7 +378,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { }, { name: 'Delete', - type: FieldType.other, + type: FieldType.string, values: _.map(sortedTasks, (task) => { switch (task.progress?.status) { case ExportStatus.FINISHED: