Browse Source

비행이력 현황 엑셀 다운로드 수정

master
박상현 7 months ago
parent
commit
f18005979c
  1. 2
      src/components/crud/excel/ExcelExportButton.js

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 (

Loading…
Cancel
Save