diff --git a/ui/lib/helper.ts b/ui/lib/helper.ts index e773d6d242..15cc3c68e5 100644 --- a/ui/lib/helper.ts +++ b/ui/lib/helper.ts @@ -3,6 +3,7 @@ import { getExportsZip, getThreatscoreReport, } from "@/actions/scans"; +import { revalidatePath } from "next/cache"; import { getTask } from "@/actions/task"; import { auth } from "@/auth.config"; import { useToast } from "@/components/ui";