diff --git a/apps/web/Components/Calculation/Form/ELT/Kasko.tsx b/apps/web/Components/Calculation/Form/ELT/Kasko.tsx index 9d3dd73..2108907 100644 --- a/apps/web/Components/Calculation/Form/ELT/Kasko.tsx +++ b/apps/web/Components/Calculation/Form/ELT/Kasko.tsx @@ -10,13 +10,13 @@ import { useStore } from '@/stores/hooks'; import { defaultRow } from '@/stores/tables/elt/default-values'; import { useApolloClient } from '@apollo/client'; import { observer } from 'mobx-react-lite'; -import { sift } from 'radash'; +import { omit, sift } from 'radash'; import { Flex } from 'ui/grid'; const storeSelector: StoreSelector = ({ kasko }) => kasko; const initialData = { - ...defaultRow, + ...omit(defaultRow, ['name', 'key', 'id']), error: null, kaskoSum: 0, paymentPeriods: [