Skip to content

Commit

Permalink
Migrate material-ui icons to v5 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Aug 30, 2023
1 parent ffce8bd commit 67500a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/destinations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import {
useRefresh,
useTranslate,
} from "react-admin";
import AutorenewIcon from "@material-ui/icons/Autorenew";
import FolderSharedIcon from "@material-ui/icons/FolderShared";
import ViewListIcon from "@material-ui/icons/ViewList";
import AutorenewIcon from "@mui/icons-material/Autorenew";
import FolderSharedIcon from "@mui/icons-material/FolderShared";
import ViewListIcon from "@mui/icons-material/ViewList";

const DestinationPagination = props => (
<Pagination {...props} rowsPerPageOptions={[10, 25, 50, 100, 500, 1000]} />
Expand Down

0 comments on commit 67500a6

Please sign in to comment.