Skip to content

Commit

Permalink
Vasislis Forgor a line (space-wizards#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geekyhobo authored Feb 28, 2024
1 parent ad8c161 commit 59a7aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Admin/Pages/Connections/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

<form asp-page="./Index" asp-all-route-data="@Model.AllRouteData.ShallowClone()" method="get" class="container mb-3">
@FormHiddenRoutes.Make(Model.AllRouteData, "search", "showAccepted", "showBanned", "showWhitelist", "showFull")
@FormHiddenRoutes.Make(Model.AllRouteData, "search", "showAccepted", "showBanned", "showWhitelist", "showFull", "showPanic")
<div class="form-group row">
<label class="col-md-3" for="searchBar">Search:</label>
<div class="col-md-7">
Expand Down

0 comments on commit 59a7aed

Please sign in to comment.