Skip to content

Commit

Permalink
Refs #38162 - Fix repo discovery form
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 committed Jan 28, 2025
1 parent 06452b5 commit 2c40397
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<form ng-submit="discover()" name="discoveryForm" class="col-sm-5" role="form">
<div bst-form-group label="{{ 'Repository Type' | translate }}">
<select ng-model="discovery.contentType"
ng-options="contentType.id as contentType.name for contentType in contentTypes"/>
ng-options="contentType.id as contentType.name for contentType in contentTypes">
</select>
</div>

<div bst-form-group ng-if="discovery.contentType === 'yum'"
Expand Down

0 comments on commit 2c40397

Please sign in to comment.