From 5a27faba5727bc3cfb97933d18650f3729547767 Mon Sep 17 00:00:00 2001 From: katiekroell <100247286+katiekroell@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:15:57 -0400 Subject: [PATCH] Update src/constants/vehicle-lookup-alert-types.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/constants/vehicle-lookup-alert-types.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/vehicle-lookup-alert-types.js b/src/constants/vehicle-lookup-alert-types.js index 551ebe0a..d2d88ee5 100644 --- a/src/constants/vehicle-lookup-alert-types.js +++ b/src/constants/vehicle-lookup-alert-types.js @@ -1,6 +1,7 @@ const vehicleLookupAlertTypes = Object.freeze({ NOT_FOUND: 'notFound', NOT_MATCHED: 'notMatched', + NO_SERVICE: 'noService', TWO_IDENTICAL_YMM_MATCHED: 'twoIdenticalYMMMatched', PERFECT_MATCH: 'perfectMatch' });