Skip to content

Commit

Permalink
Up read builder props
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Dec 19, 2023
1 parent 76669ea commit bfeb20f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,10 @@
<div class="cell">
<clr-select-container style="margin-top: 0">
<select tabindex="{{ 300 }}" [formControlName]="app.name" clrSelect>
<option *ngIf="builder.ctrPropertiesState.isFirstLaunch" value="isFirstLaunch && app.version">
<option
*ngIf="builder.ctrPropertiesState.isFirstLaunch"
value="builder.ctrPropertiesState.isFirstLaunch && app.version"
>
{{ getLabelAppVersion(builder.taskLaunchConfig, app) }}
</option>
<option *ngFor="let version of app.versions" [value]="version.version">
Expand Down

0 comments on commit bfeb20f

Please sign in to comment.