Merge pull request #2038 from Safelite/feature/CSR-2262

CSR-2260
This commit is contained in:
CarlNation 2024-10-22 14:26:34 -04:00 committed by GitHub
commit 1c10654fc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -348,7 +348,10 @@ export default {
);
const isExternalParameter = store.getters.externalParameterState?.isExternalParameter;
if (isExternalParameter === externalParameterStatus.NOT_SET) {
if (
isExternalParameter === externalParameterStatus.NOT_SET ||
isExternalParameter === externalParameterStatus.INACTIVE
) {
// there are no active or inactive external parameters; use internal threshold
if (internalThreshold) thresholdToUse = internalThreshold;