From 577b2e3181c5d5a49bc62fa5f8b7b62104b1a5a0 Mon Sep 17 00:00:00 2001 From: ShridharGoel <35566748+ShridharGoel@users.noreply.github.com> Date: Sat, 16 May 2026 13:50:59 +0530 Subject: [PATCH] Use Classic Gusto approval mode values --- src/CONST/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CONST/index.ts b/src/CONST/index.ts index 99292ed33231..7c9b3252f08e 100644 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -2869,9 +2869,9 @@ const CONST = { GUSTO: { APPROVAL_MODE: { - BASIC: 'basic', - MANAGER: 'manager', - CUSTOM: 'custom', + BASIC: 'APPROVAL_SUBMIT_AND_APPROVE', + MANAGER: 'APPROVAL_ADVANCED', + CUSTOM: 'APPROVAL_MANUAL', }, },