From 1b5a7b8fb0829114838c01c16a99e99a703efff9 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Tue, 31 May 2022 13:26:03 +0530 Subject: [PATCH] fix: don't allow redis disabling from dashboard --- .../src/components/EnvComponents/Features.tsx | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/dashboard/src/components/EnvComponents/Features.tsx b/dashboard/src/components/EnvComponents/Features.tsx index c58f08d..aa5ed33 100644 --- a/dashboard/src/components/EnvComponents/Features.tsx +++ b/dashboard/src/components/EnvComponents/Features.tsx @@ -71,28 +71,6 @@ const Features = ({ variables, setVariables }: any) => { /> - - - - Disable Redis for storing environment variables: - - - Note: this needs server restart - - - - - - );