diff --git a/surfsense_web/components/tool-ui/google-drive/trash-file.tsx b/surfsense_web/components/tool-ui/google-drive/trash-file.tsx index 02e833f23..ad1157fd4 100644 --- a/surfsense_web/components/tool-ui/google-drive/trash-file.tsx +++ b/surfsense_web/components/tool-ui/google-drive/trash-file.tsx @@ -12,6 +12,7 @@ import { useParams } from "next/navigation"; import { useCallback, useEffect, useState } from "react"; import { toast } from "sonner"; import { Button } from "@/components/ui/button"; +import { Checkbox } from "@/components/ui/checkbox"; import { TextShimmerLoader } from "@/components/prompt-kit/loader"; import { authenticatedFetch } from "@/lib/auth-utils"; @@ -274,21 +275,21 @@ function ApprovalCard({

The file will be moved to Google Drive trash. You can restore it from trash within 30 days.

-