mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-05 10:54:15 +03:00
Minot
This commit is contained in:
parent
11af8d4ecc
commit
4e4c534bfe
@ -7,7 +7,7 @@ import { BoardCardEditableFieldText } from '@/ui/board-card-field-inputs/compone
|
||||
import { Checkbox } from '@/ui/components/form/Checkbox';
|
||||
import { IconCalendarEvent } from '@/ui/icons';
|
||||
import { getLogoUrlFromDomainName } from '@/utils/utils';
|
||||
import { PipelineProgress } from '~/generated/graphql';
|
||||
import { Company, PipelineProgress } from '~/generated/graphql';
|
||||
|
||||
const StyledBoardCard = styled.div<{ selected: boolean }>`
|
||||
background-color: ${({ theme, selected }) =>
|
||||
@ -70,7 +70,7 @@ export function CompanyBoardCard({
|
||||
onSelect,
|
||||
onCardUpdate,
|
||||
}: {
|
||||
entity: any;
|
||||
entity: Company;
|
||||
pipelineProgress: PipelineProgressProp;
|
||||
selected: boolean;
|
||||
onSelect: (entity: any) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user