From 02195e8f6c9cc3d01b957029cd1fd745e669fa84 Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Wed, 15 Jan 2025 16:10:27 -0500 Subject: [PATCH] CASH-93 CASH-93 Added logEnabled to lookupVinByPlate payload --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 1ef9d7e59..f423fb58d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1049,6 +1049,7 @@ export const actions = { payload: { licensePlate: licensePlate, licenseState: licenseState, + logEnabled: context.getters.applicationUser.loggingOption, }, logApiCall: true, pageNameToLog: pageNameToLog,