diff --git a/process/load-kp/reactions.ts b/process/load-kp/reactions.ts index 67ecf1f..ecf53c3 100644 --- a/process/load-kp/reactions.ts +++ b/process/load-kp/reactions.ts @@ -49,4 +49,11 @@ export default function loadKpReactions({ store, trpcClient }: ReactionsContext) }); } ); + + reaction( + () => $process.has('LoadKP'), + (isLoadKP) => { + $calculation.$status.setStatus('selectQuote', isLoadKP ? 'Disabled' : 'Default'); + } + ); }