1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

move prop placement in type

This commit is contained in:
Thomas Heartman 2025-07-03 13:05:50 +02:00
parent 46e8a174ae
commit 44a7499ba0

View File

@ -89,13 +89,13 @@ const ChangeInnerBox = styled(Box)(({ theme }) => ({
}));
export const FeatureChange: FC<{
isDefaultChange?: boolean;
actions?: ReactNode;
index: number;
changeRequest: ChangeRequestType;
change: IFeatureChange;
feature: IChangeRequestFeature;
onNavigate?: () => void;
isDefaultChange?: boolean;
}> = ({
index,
change,