aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/settings/DeleteApiKey.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/settings/DeleteApiKey.tsx')
-rw-r--r--apps/web/components/settings/DeleteApiKey.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/settings/DeleteApiKey.tsx b/apps/web/components/settings/DeleteApiKey.tsx
index 4efb7ea8..392f3122 100644
--- a/apps/web/components/settings/DeleteApiKey.tsx
+++ b/apps/web/components/settings/DeleteApiKey.tsx
@@ -4,7 +4,7 @@ import { useRouter } from "next/navigation";
import { ActionButton } from "@/components/ui/action-button";
import ActionConfirmingDialog from "@/components/ui/action-confirming-dialog";
import { Button } from "@/components/ui/button";
-import { toast } from "@/components/ui/use-toast";
+import { toast } from "@/components/ui/sonner";
import { useTranslation } from "@/lib/i18n/client";
import { api } from "@/lib/trpc";
import { Trash } from "lucide-react";