Skip to content

Commit

Permalink
Merge pull request #11145 from codeSafari10/environment-connection-ch…
Browse files Browse the repository at this point in the history
…ip-fix

[UI] use connection metadata to get context
  • Loading branch information
aabidsofi19 committed Jun 10, 2024
2 parents 76e282a + 253e9bf commit afc0a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/DesignLifeCycle/SelectDeploymentTarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const K8sContextConnection = ({ connection, environment }) => {
const toggleK8sConnection = () => dispatch(toggleConnection(environment, connection));
return (
<K8sContextConnectionChip
ctx={connection}
ctx={connection.metadata}
onSelectChange={toggleK8sConnection}
selected={isSelected}
selectable
Expand Down

0 comments on commit afc0a51

Please sign in to comment.