Skip to content

Commit 8b9bcdf

Browse files
committed
fix: message
1 parent ba429da commit 8b9bcdf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dashboard/src/components/EnvComponents/Features.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,18 @@ const Features = ({ variables, setVariables }: any) => {
7272
</Flex>
7373
</Flex>
7474
<Flex>
75-
<Flex w="100%" justifyContent="start" alignItems="center">
75+
<Flex
76+
w="100%"
77+
justifyContent="center"
78+
alignItems="start"
79+
flexDirection="column"
80+
>
7681
<Text fontSize="sm">
7782
Disable Redis for storing environment variables:
7883
</Text>
84+
<Text fontSize="sm" fontStyle="italic" color="blackAlpha.500">
85+
Note: this needs server restart
86+
</Text>
7987
</Flex>
8088
<Flex justifyContent="start" mb={3}>
8189
<InputField

0 commit comments

Comments
 (0)