chunk csv file before preview (#11886)
closes https://github.com/twentyhq/twenty/issues/10971
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { useTheme } from '@emotion/react';
|
||||
import styled from '@emotion/styled';
|
||||
import { Trans } from '@lingui/react/macro';
|
||||
import { IconLock } from 'twenty-ui/display';
|
||||
import { Card, CardContent } from 'twenty-ui/layout';
|
||||
|
||||
@ -29,7 +30,7 @@ export const CalendarEventNotSharedContent = () => {
|
||||
<StyledVisibilityCard>
|
||||
<StyledVisibilityCardContent>
|
||||
<IconLock size={theme.icon.size.sm} />
|
||||
Not shared
|
||||
<Trans>Not shared</Trans>
|
||||
</StyledVisibilityCardContent>
|
||||
</StyledVisibilityCard>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user