diff options
Diffstat (limited to 'lib/pcr/table')
| -rw-r--r-- | lib/pcr/table/pcr-table-toolbar-actions.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pcr/table/pcr-table-toolbar-actions.tsx b/lib/pcr/table/pcr-table-toolbar-actions.tsx index 3e2394fb..08a0ad72 100644 --- a/lib/pcr/table/pcr-table-toolbar-actions.tsx +++ b/lib/pcr/table/pcr-table-toolbar-actions.tsx @@ -64,7 +64,8 @@ export function PcrTableToolbarActions<TData>({ return (
<div className="flex items-center gap-2">
-
+ {isPartnersPage && (
+ <>
{/* 승인 버튼 */}
<Button
variant="default"
@@ -88,6 +89,8 @@ export function PcrTableToolbarActions<TData>({ <XCircle className="size-4" />
거절
</Button>
+ </>
+ )}
{/* PCR 생성 다이얼로그 - Partners 페이지에서는 표시하지 않음 */}
{!isPartnersPage && (
|
