Skip to content

Commit

Permalink
fix(HMS-1913): add an optinal string to template select
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer authored and ezr-ondrej committed Aug 28, 2023
1 parent c8719bd commit 5967648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const AccountCustomizationsAWS = ({ setStepValidated, image }) => {
/>
</FormGroup>
<FormGroup
label="Select template"
label="Select template (optional)"
fieldId="aws-select-template"
labelIcon={
<Popover
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const AccountCustomizationsGCP = ({ setStepValidated, image }) => {
/>
</FormGroup>
<FormGroup
label="Select template"
label="Select template (optional)"
fieldId="gcp-select-template"
labelIcon={
<Popover
Expand Down

0 comments on commit 5967648

Please sign in to comment.