diff --git a/apps/web/process/fingap/reactions/init.ts b/apps/web/process/fingap/reactions/init.ts index 2eaacef..cb576d0 100644 --- a/apps/web/process/fingap/reactions/init.ts +++ b/apps/web/process/fingap/reactions/init.ts @@ -12,7 +12,8 @@ export default function reactions({ store }: ProcessContext) { if (finGAPInsuranceCompanies.length) { $tables.insurance .row('fingap') - .setValue('insuranceCompany', finGAPInsuranceCompanies[0]?.value); + .setValue('insuranceCompany', finGAPInsuranceCompanies[0]?.value) + .setValue('insured', 100_000_001); } return Boolean(finGAPInsuranceCompanies.length);