From 9c2e07671cbe30037e4e66ad4b4f5cd1ec0c8b0e Mon Sep 17 00:00:00 2001 From: sanguu516 Date: Tue, 3 Sep 2024 11:32:17 +0900 Subject: [PATCH] =?UTF-8?q?feat/=EC=9C=84=EC=B9=98=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/flight/ControlApprovalsTable.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/flight/ControlApprovalsTable.js b/src/components/flight/ControlApprovalsTable.js index 926e5648..14365ccf 100644 --- a/src/components/flight/ControlApprovalsTable.js +++ b/src/components/flight/ControlApprovalsTable.js @@ -482,16 +482,6 @@ export default function ControlApprovalsTable(props) { } ]; - const handleIsModal = record => { - dispatch( - openModal({ - header: '재검토 사유', - body: record.reviewedReason, - type: 'review' - }) - ); - }; - const handleSave = async row => { try { const updateRes = await dispatch(