From 9ff1fa6f8431e9295780302e078076782761a2c5 Mon Sep 17 00:00:00 2001 From: lemonScaletech Date: Tue, 29 Aug 2023 12:48:44 +0530 Subject: [PATCH] fix: * removed hasReversedValue in playground --- dashboard/src/components/EnvComponents/Features.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/src/components/EnvComponents/Features.tsx b/dashboard/src/components/EnvComponents/Features.tsx index fda3149..929da5b 100644 --- a/dashboard/src/components/EnvComponents/Features.tsx +++ b/dashboard/src/components/EnvComponents/Features.tsx @@ -133,7 +133,6 @@ const Features = ({ variables, setVariables }: any) => { variables={variables} setVariables={setVariables} inputType={SwitchInputType.DISABLE_PLAYGROUND} - hasReversedValue />