junh_eee(이준희) 7 months ago
parent
commit
887de7fb68
  1. 2
      src/components/crud/excel/ExcelExportButton.js
  2. 2
      src/components/ui/custominput/index.tsx

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

2
src/components/ui/custominput/index.tsx

@ -50,7 +50,7 @@ export default function CustomInputs({
type,
inline,
bsSize,
defaultChecked = false
defaultChecked
}: Props) {
return (
<>

Loading…
Cancel
Save