You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -308,7 +323,7 @@ export class Component extends OpenShiftItem {
308
323
constcomponentTypeVersion=awaitwindow.showQuickPick(Component.odo.getComponentTypeVersions(componentTypeName),{placeHolder: "Component type version"});
309
324
310
325
if(!componentTypeVersion)returnnull;
311
-
awaitProgress.execFunctionWithProgress(`Creating new Component '${componentName}'`,()=>Component.odo.createComponentFromFolder(application,componentTypeName,componentTypeVersion,componentName,folder.uri));
326
+
awaitProgress.execFunctionWithProgress(`Creating new Component '${componentName}'`,()=>Component.odo.createComponentFromFolder(application,componentTypeName,componentTypeVersion,componentName,workspacePath));
0 commit comments