메뉴 삭제
This commit is contained in:
@@ -199,7 +199,7 @@ export const MenuTable: React.FC<MenuTableProps> = ({
|
||||
const parentObjId = menu.parent_obj_id || menu.PARENT_OBJ_ID || "";
|
||||
|
||||
return (
|
||||
<TableRow key={objid} className="hover:bg-gray-50">
|
||||
<TableRow key={`${objid}-${lev}-${parentObjId}`} className="hover:bg-gray-50">
|
||||
<TableCell>
|
||||
<input
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user