Skip to content

Commit dc02526

Browse files
committed
Merge branch 'app-inst-dir-cancel' into 'main'
Don't add application if second dialog cancelled See merge request weblogic-cloud/weblogic-toolkit-ui!444
2 parents 4edee77 + 6ed6841 commit dc02526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/utils/modelEdit/meta-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function (ko, WktLogger, DialogHelper, ArchiveHelper, ModelEditHelper, Navigatio
2828

2929
if(newResult.useAppInstallDir) {
3030
const appResult = await DialogHelper.promptDialog('modelEdit/app-install-dir-dialog', options);
31-
if (!appResult) { // cancel
31+
if (!appResult.installDir) { // cancel
3232
return;
3333
}
3434

0 commit comments

Comments
 (0)