Skip to content

Commit

Permalink
Merge pull request #1256 from yaacov/set-initial-target-namespace
Browse files Browse the repository at this point in the history
🐞 Set initial plan target namespace
  • Loading branch information
yaacov authored Jun 30, 2024
2 parents b504688 + eccc365 commit a906ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const createInitialState = ({
source: getObjectRef(sourceProvider),
destination: undefined,
},
targetNamespace: undefined,
targetNamespace: namespace,
vms: selectedVms.map((data) => ({
name: data.name,
namespace: data.namespace,
Expand Down

0 comments on commit a906ca8

Please sign in to comment.