Skip to content

Commit

Permalink
Fixes #38162 - Fix new repo form
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 committed Jan 24, 2025
1 parent b594562 commit 6153395
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h4 translate> Basic Information </h4>
<div bst-form-group label="{{ 'Description' | translate }}">
<textarea id="description"
name="description"
ng-model="repository.description"
type="text"/>
ng-model="repository.description">
</textarea>
</div>

<div bst-form-group label="{{ 'Type' | translate }}">
Expand Down

0 comments on commit 6153395

Please sign in to comment.