From 41e3005dd5f9727fe73f9cd2a77e88e271bf190c Mon Sep 17 00:00:00 2001 From: siva2204 Date: Sat, 12 Nov 2022 23:12:01 +0530 Subject: [PATCH] [Add] faculty in batch --- src/utils/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ce714a9..1dbef87 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -21,5 +21,6 @@ export const batches = [ 'MBA First Year', 'MBA Second Year', 'MA First Year', - 'MA Second Year' + 'MA Second Year', + 'Faculty' ];