From 8a19a6fa336768d8b6712752c9d713360067ecb0 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 8 Dec 2025 08:45:20 +0000 Subject: (최겸) 구매 피드백 수정, 안전담당자, pq항목 내 첨부, 내외자 구분, 도로명주소 api 반영(운영기준) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pq/table/pq-lists-toolbar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/pq/table/pq-lists-toolbar.tsx') diff --git a/lib/pq/table/pq-lists-toolbar.tsx b/lib/pq/table/pq-lists-toolbar.tsx index 1feb9a1a..81ffc9d0 100644 --- a/lib/pq/table/pq-lists-toolbar.tsx +++ b/lib/pq/table/pq-lists-toolbar.tsx @@ -2,9 +2,10 @@ import * as React from "react" import { Button } from "@/components/ui/button" -import { Trash, CopyPlus, Plus, RefreshCw } from "lucide-react" +import { CopyPlus, Plus, RefreshCw } from "lucide-react" import { type Table } from "@tanstack/react-table" import type { PQList } from "./pq-lists-columns" +import { RedFlagManagersDialog } from "@/lib/compliance/table/red-flag-managers-dialog" // import { PqListForm } from "./add-pq-list-dialog" interface PQListsToolbarActionsProps { @@ -38,6 +39,7 @@ export function PQListsToolbarActions({ return (
+ {selected.length > 0 && (allActive || allDeleted) && newState !== undefined && (