From 327149ffc958082fdffdef95a522d74743a1cd94 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Tue, 25 Jun 2024 13:32:01 -0700 Subject: [PATCH] IO-2830 Bill Line Select Search Component remove unused variable Signed-off-by: Allan Carr --- .../bill-line-search-select.component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx b/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx index 6481a6737..e9c6b444f 100644 --- a/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx +++ b/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx @@ -4,7 +4,6 @@ import { useTranslation } from "react-i18next"; import InstanceRenderMgr from "../../utils/instanceRenderMgr"; //To be used as a form element only. -const { Option } = Select; const BillLineSearchSelect = ({ options, disabled, allowRemoved, ...restProps }, ref) => { const { t } = useTranslation();