From 2b7349c80a39ea36e63a4f9d21b3b13c6d09ed33 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Tue, 2 May 2023 15:45:55 +0530 Subject: [PATCH] style: module form status --- apps/app/components/modules/select/status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/components/modules/select/status.tsx b/apps/app/components/modules/select/status.tsx index 4767f3074..02b1a3a75 100644 --- a/apps/app/components/modules/select/status.tsx +++ b/apps/app/components/modules/select/status.tsx @@ -43,7 +43,7 @@ export const ModuleStatusSelect: React.FC = ({ control, error }) => ( /> )} {MODULE_STATUS.find((s) => s.value === value)?.label ?? ( - Status + Status )} }