From f18005979c5ff6755bc46fc9b0544569e4bedf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Tue, 27 Feb 2024 17:08:51 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5=20?= =?UTF-8?q?=ED=98=84=ED=99=A9=20=EC=97=91=EC=85=80=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/crud/excel/ExcelExportButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/crud/excel/ExcelExportButton.js b/src/components/crud/excel/ExcelExportButton.js index 082549b2..3e80cb9f 100644 --- a/src/components/crud/excel/ExcelExportButton.js +++ b/src/components/crud/excel/ExcelExportButton.js @@ -1,6 +1,6 @@ import { useEffect } from 'react'; import { CSVLink, CSVDownload } from 'react-csv'; -import { Button } from '@component/ui'; +import { Button } from 'reactstrap'; import { File } from 'react-feather'; export const ExcelExportButton = props => { return ( From e4ff964408b76efb9d41cca33399f964b7667e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Tue, 27 Feb 2024 17:36:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=20?= =?UTF-8?q?=EC=BD=98=EC=86=94=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/custominput/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/custominput/index.tsx b/src/components/ui/custominput/index.tsx index 2054dfd7..f2d5df8c 100644 --- a/src/components/ui/custominput/index.tsx +++ b/src/components/ui/custominput/index.tsx @@ -50,7 +50,7 @@ export default function CustomInputs({ type, inline, bsSize, - defaultChecked = false + defaultChecked }: Props) { return ( <>