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 74a938c commit 28bb562Copy full SHA for 28bb562
redisinsight/ui/src/pages/home/components/form/SSHDetails.tsx
@@ -140,8 +140,7 @@ const SSHDetails = (props: Props) => {
140
onChange={(id) => formik.setFieldValue('sshPassType', id)}
141
data-testid="ssh-pass-type"
142
/>
143
-
144
- <Spacer size="m" />
+ <Spacer size="s" />
145
</FlexItem>
146
</Row>
147
{formik.values.sshPassType === SshPassType.Password && (
0 commit comments