From fd7e08b0df32457a3f849118425e415c97383856 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Sat, 29 Jan 2022 13:21:50 +0530 Subject: [PATCH] adds user id to show bulk edit option --- src/constants/user/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constants/user/index.ts b/src/constants/user/index.ts index 12221f4e6..38e333557 100644 --- a/src/constants/user/index.ts +++ b/src/constants/user/index.ts @@ -1 +1,3 @@ -export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 243, 341]; +export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [ + 1, 125, 243, 341, 1580559962387273, +];