diff --git a/client/src/components/report-center-modal/report-center-modal.component.jsx b/client/src/components/report-center-modal/report-center-modal.component.jsx index c8423abd6..b7bb08703 100644 --- a/client/src/components/report-center-modal/report-center-modal.component.jsx +++ b/client/src/components/report-center-modal/report-center-modal.component.jsx @@ -1,5 +1,5 @@ import { useLazyQuery } from "@apollo/client"; -import { Button, DatePicker, Form, Radio, Select } from "antd"; +import { Button, DatePicker, Form, Radio } from "antd"; import moment from "moment"; import React, { useState } from "react"; import { useTranslation } from "react-i18next"; @@ -96,11 +96,13 @@ export function ReportCenterModalComponent({ reportCenterModal }) { }, ]} > - +