fix tbxLastPaymentRub
(temp: add delete loadKP process timeout)
This commit is contained in:
parent
b9fced4d70
commit
bfabdbac39
@ -72,7 +72,9 @@ export function common({ store, trpcClient }: ProcessContext) {
|
||||
$calculation.element('selectQuote').resetValue();
|
||||
})
|
||||
.finally(() => {
|
||||
$process.delete('LoadKP');
|
||||
setTimeout(() => {
|
||||
$process.delete('LoadKP');
|
||||
}, 100);
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user