diff --git a/cope2n-fe/src/pages/reports/index.tsx b/cope2n-fe/src/pages/reports/index.tsx index 8418cd9..be9c5e4 100644 --- a/cope2n-fe/src/pages/reports/index.tsx +++ b/cope2n-fe/src/pages/reports/index.tsx @@ -35,7 +35,6 @@ const ReportsPage = () => { }) .then((data) => { if (!!data && data?.report_id) { - form.resetFields(); setIsModalOpen(false); window.location.reload(); } @@ -53,8 +52,6 @@ const ReportsPage = () => { setIsModalOpen(false); }; - form.setFieldsValue({reportType: "accuracy"}) - return ( <> { message: 'Please select a subsidiary', }, ]} + initialValue={'SEAO'} >