File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ <h6 class="wkt-subheading"><oj-bind-text value="[[labelMapper('build-config-titl
532
532
help.instruction ="[[labelMapper('extend-image-build-help')]] ">
533
533
</ oj-switch >
534
534
< div >
535
- < oj-bind-if test ="[[project.image.extendBuild .observable() === true]] ">
535
+ < oj-bind-if test ="[[project.image.auxExtendBuild .observable() === true]] ">
536
536
< oj-input-text label-hint ="[[labelMapper('additional-build-commands-file-label')]] "
537
537
value ="{{project.image.auxAdditionalBuildCommandsFile.observable}} "
538
538
help.instruction ="[[labelMapper('additional-build-commands-file-help')]] ">
@@ -542,7 +542,7 @@ <h6 class="wkt-subheading"><oj-bind-text value="[[labelMapper('build-config-titl
542
542
</ oj-button >
543
543
</ oj-input-text >
544
544
</ oj-bind-if >
545
- < oj-bind-if test ="[[project.image.extendBuild .observable() === true]] ">
545
+ < oj-bind-if test ="[[project.image.auxExtendBuild .observable() === true]] ">
546
546
< oj-input-text label-hint ="[[labelMapper('additional-build-files-label')]] "
547
547
value ="{{project.image.auxAdditionalBuildFiles.observable}} "
548
548
help.instruction ="[[labelMapper('additional-build-files-help')]] ">
You can’t perform that action at this time.
0 commit comments