We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9bcdf commit 1b5a7b8Copy full SHA for 1b5a7b8
dashboard/src/components/EnvComponents/Features.tsx
@@ -71,28 +71,6 @@ const Features = ({ variables, setVariables }: any) => {
71
/>
72
</Flex>
73
74
- <Flex>
75
- <Flex
76
- w="100%"
77
- justifyContent="center"
78
- alignItems="start"
79
- flexDirection="column"
80
- >
81
- <Text fontSize="sm">
82
- Disable Redis for storing environment variables:
83
- </Text>
84
- <Text fontSize="sm" fontStyle="italic" color="blackAlpha.500">
85
- Note: this needs server restart
86
87
- </Flex>
88
- <Flex justifyContent="start" mb={3}>
89
- <InputField
90
- variables={variables}
91
- setVariables={setVariables}
92
- inputType={SwitchInputType.DISABLE_REDIS_FOR_ENV}
93
- />
94
95
96
</Stack>
97
</div>
98
);
0 commit comments