fix: fixed typing in ProjectModal, removed unused DealStatus enum
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ProjectSchema } from "../../../../client";
|
||||
import { type ProjectSchemaWithCount } from "../../../../client";
|
||||
import { ContextModalProps } from "@mantine/modals";
|
||||
import { ActionIcon, Flex, rem, Stack, TextInput, Tooltip } from "@mantine/core";
|
||||
import { BaseTable } from "../../../../components/BaseTable/BaseTable.tsx";
|
||||
@@ -75,7 +75,7 @@ const ProjectsModal = ({ innerProps }: ContextModalProps<Props>) => {
|
||||
</Tooltip>
|
||||
</Flex>
|
||||
),
|
||||
} as MRT_TableOptions<ProjectSchema>
|
||||
} as MRT_TableOptions<ProjectSchemaWithCount>
|
||||
}
|
||||
/>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user