2973-feat: Skeleton Loading Added (#2988)
* 2973-feat: Skeleton Loading Added * loading from useQuery * PR suggestions fixed * Fix accoding to review --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -38,7 +38,7 @@ const StyledIntermediateContainer = styled.div`
|
||||
`;
|
||||
|
||||
export type ShowPageLeftContainerProps = {
|
||||
children: ReactElement[];
|
||||
children: ReactElement;
|
||||
};
|
||||
|
||||
export const ShowPageLeftContainer = ({
|
||||
|
||||
Reference in New Issue
Block a user