Skip to content

Commit

Permalink
Set initial plan target namespace
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <kobi.zamir@gmail.com>
  • Loading branch information
yaacov committed Jun 30, 2024
1 parent b504688 commit eccc365
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 eccc365

Please sign in to comment.