process/load-kp: block selectQuote
show loading message
This commit is contained in:
parent
cc223234b9
commit
32fa871238
@ -49,4 +49,11 @@ export default function loadKpReactions({ store, trpcClient }: ReactionsContext)
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
reaction(
|
||||||
|
() => $process.has('LoadKP'),
|
||||||
|
(isLoadKP) => {
|
||||||
|
$calculation.$status.setStatus('selectQuote', isLoadKP ? 'Disabled' : 'Default');
|
||||||
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user