fix tbxLastPaymentRub

(temp: add delete loadKP process timeout)
This commit is contained in:
vchikalkin 2023-04-19 16:37:17 +03:00
parent b9fced4d70
commit bfabdbac39

View File

@ -72,7 +72,9 @@ export function common({ store, trpcClient }: ProcessContext) {
$calculation.element('selectQuote').resetValue();
})
.finally(() => {
$process.delete('LoadKP');
setTimeout(() => {
$process.delete('LoadKP');
}, 100);
});
}
);