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