Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Feb 19, 2024
1 parent 094a261 commit e7a3469
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ function AddEditGWEnvironment(props) {
onChange={onChange}
disabled={editMode}
>
<MenuItem value='hybrid'>hybrid</MenuItem>
<MenuItem value='production'>production</MenuItem>
<MenuItem value='sandbox'>sandbox</MenuItem>
<MenuItem value='hybrid'>Hybrid</MenuItem>
<MenuItem value='production'>Production</MenuItem>
<MenuItem value='sandbox'>Sandbox</MenuItem>
</Select>
<FormHelperText>Supported Key Type of the Gateway Environment</FormHelperText>
</FormControl>
Expand Down

0 comments on commit e7a3469

Please sign in to comment.