fix tbxMileage reaction

This commit is contained in:
vchikalkin 2023-04-19 16:17:02 +03:00
parent ae6f0a8a68
commit b9fced4d70

View File

@ -156,6 +156,9 @@ export function common({ store, apolloClient }: ProcessContext) {
} else {
$calculation.element('tbxMileage').resetValue().block();
}
},
{
fireImmediately: true,
}
);