diff --git a/skyvern-frontend/src/routes/history/RunHistory.tsx b/skyvern-frontend/src/routes/history/RunHistory.tsx
index 5fe574e92..a67e85e93 100644
--- a/skyvern-frontend/src/routes/history/RunHistory.tsx
+++ b/skyvern-frontend/src/routes/history/RunHistory.tsx
@@ -1,5 +1,12 @@
import { LightningBoltIcon, MixerHorizontalIcon } from "@radix-ui/react-icons";
+import {
+ Select,
+ SelectContent,
+ SelectItem,
+ SelectTrigger,
+ SelectValue,
+} from "@/components/ui/select";
import { Tip } from "@/components/Tip";
import {
Status,
@@ -322,27 +329,30 @@ function RunHistory() {