From 7a6d4a16e2bb6b0756f3fe622caa880d7a3cd89f Mon Sep 17 00:00:00 2001 From: ohinhyuk <8156217@naver.com> Date: Fri, 6 Oct 2023 06:55:41 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=93=9C=EB=9E=98=EA=B7=B8=EC=95=A4=20?= =?UTF-8?q?=EB=93=9C=EB=9E=8D=20=ED=9B=84=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20=EC=BF=BC=EB=A6=AC=EC=97=90=20=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=ED=95=84=EB=93=9C=EA=B0=80=20=EC=97=86=EC=96=B4=EC=84=9C=20?= =?UTF-8?q?=EB=82=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95(#5?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/CustomTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/CustomTable.tsx b/src/components/common/CustomTable.tsx index 8627720..caafe36 100644 --- a/src/components/common/CustomTable.tsx +++ b/src/components/common/CustomTable.tsx @@ -463,6 +463,7 @@ export default function EnhancedTable({ originalRows, headCells, type }) { const newData = { title: target.category, orderIdx: newOrderIdx, + type: target.type, description1: target.description1, description2: target.description2, };