mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
refactor: remove unused access overview component (#9527)
https://linear.app/unleash/issue/2-3396/remove-unused-access-overview-component Removes an unused access overview component. A nice bonus is that we're adding something called [Access Overview](https://github.com/Unleash/unleash/pull/9525) so we avoid some confusion.
This commit is contained in:
parent
8ab24fd3bf
commit
5ad3178590
@ -1,13 +0,0 @@
|
|||||||
import { IconButton } from '@mui/material';
|
|
||||||
import Download from '@mui/icons-material/Download';
|
|
||||||
import { useAccessOverviewApi } from 'hooks/api/actions/useAccessOverviewApi/useAccessOverviewApi';
|
|
||||||
|
|
||||||
export const AccessOverview = () => {
|
|
||||||
const { downloadCSV } = useAccessOverviewApi();
|
|
||||||
|
|
||||||
return (
|
|
||||||
<IconButton onClick={downloadCSV}>
|
|
||||||
<Download />
|
|
||||||
</IconButton>
|
|
||||||
);
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user