보기 기능 제거

This commit is contained in:
dohyeons 2025-10-16 17:22:14 +09:00
parent 2ff0d77e62
commit 317b4ed1e7
1 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,7 @@ import {
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { Plus, Search, MoreVertical, Edit, Trash2, Copy, Eye } from "lucide-react";
import { Plus, Search, MoreVertical, Edit, Trash2, Copy } from "lucide-react";
/**
*
@ -178,10 +178,6 @@ export default function DashboardListPage() {
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
<DropdownMenuItem onClick={() => router.push(`/dashboard/${dashboard.id}`)} className="gap-2">
<Eye className="h-4 w-4" />
</DropdownMenuItem>
<DropdownMenuItem
onClick={() => router.push(`/admin/dashboard/edit/${dashboard.id}`)}
className="gap-2"