fix multiple running load-kp query
This commit is contained in:
parent
35d596579b
commit
579b10793a
@ -11,7 +11,7 @@ export function common({ store, trpcClient }: ProcessContext) {
|
||||
reaction(
|
||||
() => $calculation.element('selectQuote').getValue(),
|
||||
(quoteId) => {
|
||||
if (!quoteId) return;
|
||||
if (!quoteId || $process.has('LoadKP')) return;
|
||||
|
||||
$process.add('LoadKP');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user