diff --git a/src/components/popup/SurveySaleSubmitPopup.tsx b/src/components/popup/SurveySaleSubmitPopup.tsx index 7e8e7af..db5cbe3 100644 --- a/src/components/popup/SurveySaleSubmitPopup.tsx +++ b/src/components/popup/SurveySaleSubmitPopup.tsx @@ -59,7 +59,6 @@ export default function SurveySaleSubmitPopup() { sender: session?.email ?? '', title: '[HANASYS現地調査] 調査物件が提出. (' + surveyDetail?.srlNo + ')', srlNo: surveyDetail?.srlNo ?? null, - surveyId: surveyDetail?.id ?? null, } /** Admin 제출 폼 데이터 삽입 - 1차 판매점*/ if (session?.role === 'Admin') {