aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/rules/RuleEngineRuleList.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-28 08:32:32 +0000
committerMohamed Bassem <me@mbassem.com>2025-12-28 08:32:32 +0000
commit173fb99aed957fd8b9b47455a1cb5b6cf4115c34 (patch)
treedec7ca534312c2863e32c004140484916635a2bb /apps/web/components/dashboard/rules/RuleEngineRuleList.tsx
parentaf3010abaa37f7db4144820469422bdbb432adfc (diff)
downloadkarakeep-173fb99aed957fd8b9b47455a1cb5b6cf4115c34.tar.zst
refactor: migrate toasts to sonner
Diffstat (limited to 'apps/web/components/dashboard/rules/RuleEngineRuleList.tsx')
-rw-r--r--apps/web/components/dashboard/rules/RuleEngineRuleList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/rules/RuleEngineRuleList.tsx b/apps/web/components/dashboard/rules/RuleEngineRuleList.tsx
index 206a3550..32262b31 100644
--- a/apps/web/components/dashboard/rules/RuleEngineRuleList.tsx
+++ b/apps/web/components/dashboard/rules/RuleEngineRuleList.tsx
@@ -2,8 +2,8 @@ import { ActionButton } from "@/components/ui/action-button";
import ActionConfirmingDialog from "@/components/ui/action-confirming-dialog";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
+import { toast } from "@/components/ui/sonner";
import { Switch } from "@/components/ui/switch";
-import { toast } from "@/components/ui/use-toast";
import { useClientConfig } from "@/lib/clientConfig";
import { Edit, Trash2 } from "lucide-react";
import { useTranslation } from "react-i18next";