fix
This commit is contained in:
parent
25723a1939
commit
595d4f34f9
@ -313,7 +313,7 @@ export function common({ store, apolloClient }: ProcessContext) {
|
||||
},
|
||||
async ({ leaseObjectType: leaseObjectTypeId, maxMass, osago }) => {
|
||||
if (!leaseObjectTypeId) {
|
||||
$tables.insurance.row('osago').column('insuranceCompany').resetOptions().unblock();
|
||||
$tables.insurance.row('osago').column('insuranceCompany').unblock();
|
||||
|
||||
return;
|
||||
}
|
||||
@ -347,7 +347,7 @@ export function common({ store, apolloClient }: ProcessContext) {
|
||||
.block();
|
||||
}
|
||||
} else {
|
||||
$tables.insurance.row('osago').column('insuranceCompany').resetOptions().unblock();
|
||||
$tables.insurance.row('osago').column('insuranceCompany').unblock();
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user