fix: TableListComponent에 toast import 추가

- sonner의 toast 함수 import 추가
- 필터 설정 저장 시 알림 기능 정상 작동
This commit is contained in:
kjs 2025-11-03 14:00:45 +09:00
parent c7db82a8a5
commit 8248c8dc96
1 changed files with 1 additions and 0 deletions

View File

@ -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,