Browse Source

hotfix

pull/17/head
rozetko 1 year ago
parent
commit
a57f704113
  1. 2
      src/panels/corpglory-dataexporter-panel/components/Panel.tsx

2
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:

Loading…
Cancel
Save