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 ( 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 ( <>