diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-08 19:48:13 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-08 19:48:13 +0900 |
| commit | aa89ba2ab47e3ad1ce3277fd11bc61546d20bbac (patch) | |
| tree | 2f72e6e8efcdc8b79aa730c64a41d0c40fa3700a /lib/pq/table/pq-lists-toolbar.tsx | |
| parent | 3ef36fc20e10391619be0a57de1b2184dece606a (diff) | |
| parent | b5ef49dce92c8994530f6ff670c81693c8716daf (diff) | |
Diffstat (limited to 'lib/pq/table/pq-lists-toolbar.tsx')
| -rw-r--r-- | lib/pq/table/pq-lists-toolbar.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
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 (
<div className="flex items-center gap-2">
+ <RedFlagManagersDialog mode="hse" />
{selected.length > 0 && (allActive || allDeleted) && newState !== undefined && (
<Button
variant="outline"
|
