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