From 0a7ed0128586e98c9bda4b375762d6e0f296133d Mon Sep 17 00:00:00 2001 From: ajithsimons Date: Wed, 20 Dec 2023 17:13:11 +0530 Subject: [PATCH] A1SDS-2786 -Purpose policy: ID 3.1 Trace --- src/utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a5c8f8fc..615ba635 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -81,8 +81,8 @@ const DURATION_UNIT_MAPPING = { const PURPOSE_VALUES: ISelectList[] = [ { id: 0, - title: 'ID 3.0 Trace', - value: 'ID 3.0 Trace', + title: 'ID 3.1 Trace', + value: 'ID 3.1 Trace', }, ];