From 8248c8dc963de8e2fff757801dea2dc8698b3d30 Mon Sep 17 00:00:00 2001 From: kjs Date: Mon, 3 Nov 2025 14:00:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20TableListComponent=EC=97=90=20toast=20im?= =?UTF-8?q?port=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - sonner의 toast 함수 import 추가 - 필터 설정 저장 시 알림 기능 정상 작동 --- .../lib/registry/components/table-list/TableListComponent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index f9876d28..367f95e0 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -22,6 +22,7 @@ import { } from "lucide-react"; import { Checkbox } from "@/components/ui/checkbox"; import { cn } from "@/lib/utils"; +import { toast } from "sonner"; import { Dialog, DialogContent,