We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b504688 + eccc365 commit a906ca8Copy full SHA for a906ca8
packages/forklift-console-plugin/src/modules/Providers/views/migrate/reducer/createInitialState.ts
@@ -52,7 +52,7 @@ export const createInitialState = ({
52
source: getObjectRef(sourceProvider),
53
destination: undefined,
54
},
55
- targetNamespace: undefined,
+ targetNamespace: namespace,
56
vms: selectedVms.map((data) => ({
57
name: data.name,
58
namespace: data.namespace,
0 commit comments