mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
refactor: remove unused borders prop from GridLayoutWrapperProps
This commit is contained in:
parent
e156f1e486
commit
eb82afc5a4
@ -152,7 +152,7 @@ export const FeatureImpactMetrics: FC = () => {
|
||||
|
||||
{impactMetrics.configs.length > 0 && (
|
||||
<Box sx={(theme) => ({ marginTop: theme.spacing(3) })}>
|
||||
<GridLayoutWrapper items={gridItems} borders />
|
||||
<GridLayoutWrapper items={gridItems} />
|
||||
</Box>
|
||||
)}
|
||||
|
||||
|
@ -50,7 +50,6 @@ type GridLayoutWrapperProps = {
|
||||
onLayoutChange?: (layout: LayoutItem[]) => void;
|
||||
cols?: { lg: number; md: number; sm: number; xs: number; xxs: number };
|
||||
rowHeight?: number;
|
||||
borders?: boolean;
|
||||
};
|
||||
|
||||
const ItemContainer = styled('div')(({ theme }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user