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:
parent
46e8a174ae
commit
44a7499ba0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user