fix: TableListComponent에 toast import 추가
- sonner의 toast 함수 import 추가 - 필터 설정 저장 시 알림 기능 정상 작동
This commit is contained in:
parent
c7db82a8a5
commit
8248c8dc96
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue