Skip to content

Commit

Permalink
fix wrong reference to API
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrrm committed Apr 15, 2024
1 parent cf0ec18 commit 7a15901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Packages/ReportMyPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<div id="form-field-delete-decision" class="hidden form-group @Html.HasErrorFor(m => m.DeleteDecision)">
<p>Please select how you would like to proceed.</p>
@Html.ShowEnumDropDownListFor(m => m.DeleteDecision, "<Choose how to proceed>")
@Html.ShowEnumDropDownListFor(m => m.DeleteDecision, "<Choose how to proceed>", customClass: "select-brand")
@Html.ShowValidationMessagesFor(m => m.DeleteDecision)
</div>
<div id="form-field-confirm-delete" class="hidden checkbox">
Expand Down

0 comments on commit 7a15901

Please sign in to comment.