+
+
+
+
+
+ );
+}
diff --git a/web/src/types/filter.ts b/web/src/types/filter.ts
index 9cefd71df..228aea98f 100644
--- a/web/src/types/filter.ts
+++ b/web/src/types/filter.ts
@@ -2,4 +2,4 @@
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type FilterType = { [searchKey: string]: any };
-export type ExportMode = "select" | "timeline" | "timeline_save" | "none";
+export type ExportMode = "select" | "timeline" | "none";