Wizard: Set helper text variant
This commit is contained in:
parent
49d05440b9
commit
4bb826ee06
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ export const AwsAccountId = () => {
|
|||
/>
|
||||
</FormGroup>
|
||||
<HelperText>
|
||||
<HelperTextItem component="div" variant="indeterminate">
|
||||
<HelperTextItem component="div" variant="default">
|
||||
This is the account associated with the source.
|
||||
</HelperTextItem>
|
||||
</HelperText>
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ const Aws = () => {
|
|||
/>
|
||||
</FormGroup>
|
||||
<HelperText>
|
||||
<HelperTextItem component="div" variant="indeterminate">
|
||||
<HelperTextItem component="div" variant="default">
|
||||
Images are built in the default region but can be copied to
|
||||
other regions later.
|
||||
</HelperTextItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue