Skip to content

Commit 3b650c1

Browse files
fixing DII issue where the primary image creation did not include creating the domain (#172)
1 parent b91cf13 commit 3b650c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/utils/wit-creator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function (WitActionsBase, project, wktConsole, wdtModelPreparer, i18n, projectIo
426426
}
427427

428428
usingWdt() {
429-
return !this.project.image.useAuxImage.value && this.requiresInstaller('wdtHome');
429+
return this.requiresInstaller('wdtHome');
430430
}
431431

432432
supportsPatching() {

0 commit comments

Comments
 (0)