1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +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<{ export const FeatureChange: FC<{
isDefaultChange?: boolean;
actions?: ReactNode; actions?: ReactNode;
index: number; index: number;
changeRequest: ChangeRequestType; changeRequest: ChangeRequestType;
change: IFeatureChange; change: IFeatureChange;
feature: IChangeRequestFeature; feature: IChangeRequestFeature;
onNavigate?: () => void; onNavigate?: () => void;
isDefaultChange?: boolean;
}> = ({ }> = ({
index, index,
change, change,