Skip to content

Commit eccc365

Browse files
committed
Set initial plan target namespace
Signed-off-by: yaacov <[email protected]>
1 parent b504688 commit eccc365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/forklift-console-plugin/src/modules/Providers/views/migrate/reducer/createInitialState.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const createInitialState = ({
5252
source: getObjectRef(sourceProvider),
5353
destination: undefined,
5454
},
55-
targetNamespace: undefined,
55+
targetNamespace: namespace,
5656
vms: selectedVms.map((data) => ({
5757
name: data.name,
5858
namespace: data.namespace,

0 commit comments

Comments
 (0)