Skip to content

Commit

Permalink
resolving merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Sahu <[email protected]>
  • Loading branch information
SAHU-01 committed Nov 8, 2024
2 parents 3e3b7f8 + 439afe6 commit 09f176c
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 @@ -59,7 +59,7 @@ const K8sContextConnection = ({ connection, environment }) => {

return (
<K8sContextConnectionChip
ctx={connection}
ctx={{ ...connection.metadata, connection_id: connection.id }}
onSelectChange={toggleK8sConnection}
selected={isSelected}
selectable
Expand Down

0 comments on commit 09f176c

Please sign in to comment.