Skip to content

Commit

Permalink
Fix: 드래그앤 드랍 후 업데이트 쿼리에 타입 필드가 없어서 나는 오류 수정(#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinhyuk committed Oct 5, 2023
1 parent 916eb3b commit 7a6d4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/CustomTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 7a6d4a1

Please sign in to comment.