Skip to content

Commit

Permalink
fix: invalid environment name parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
agatha197 committed Nov 19, 2024
1 parent f67ec31 commit 24cfc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/ImageEnvironmentSelectFormItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ const ImageEnvironmentSelectFormItems: React.FC<
}}
/>
<TextHighlighter keyword={environmentSearch}>
{tagAlias(environmentGroup.displayName)}
{environmentGroup.displayName}
</TextHighlighter>
</Flex>
<Flex
Expand Down

0 comments on commit 24cfc21

Please sign in to comment.