LFFE-26 change icon
This commit is contained in:
@@ -5,7 +5,7 @@ import useRequest from "@/lib/app/hooks/useRequest";
|
||||
import {EXPORT_PASSENGER_OFFICE} from "@/core/data/apiRoutes";
|
||||
import moment from "jalali-moment";
|
||||
import FileSaver from 'file-saver';
|
||||
import TableChartIcon from '@mui/icons-material/TableChart';
|
||||
import DescriptionIcon from '@mui/icons-material/Description';
|
||||
|
||||
const PrintReport = ({table}) => {
|
||||
const t = useTranslations();
|
||||
@@ -57,7 +57,7 @@ const PrintReport = ({table}) => {
|
||||
size="small"
|
||||
disabled={loading}
|
||||
sx={{textTransform: "unset", alignSelf: "center"}}
|
||||
startIcon={loading ? <CircularProgress size={18} color="inherit"/> : <TableChartIcon/>}
|
||||
startIcon={loading ? <CircularProgress size={18} color="inherit"/> : <DescriptionIcon/>}
|
||||
onClick={clickHandler}
|
||||
>
|
||||
{t("PassengerOffice.excel_report")}
|
||||
|
||||
Reference in New Issue
Block a user