Skip to content

Commit 04ed8ab

Browse files
Re-add missing checkbox (#6532)
1 parent 7e54773 commit 04ed8ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Admin/AdminConsole/Views/Shared/_OrganizationForm.cshtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@
152152
<input type="checkbox" class="form-check-input" asp-for="UseCustomPermissions" disabled='@(canEditPlan ? null : "disabled")'>
153153
<label class="form-check-label" asp-for="UseCustomPermissions"></label>
154154
</div>
155+
<div class="form-check">
156+
<input type="checkbox" class="form-check-input" asp-for="UseAdminSponsoredFamilies" disabled='@(canEditPlan ? null : "disabled")'>
157+
<label class="form-check-label" asp-for="UseAdminSponsoredFamilies"></label>
158+
</div>
155159
@if(FeatureService.IsEnabled(FeatureFlagKeys.AutomaticConfirmUsers))
156160
{
157161
<div class="form-check">

0 commit comments

Comments
 (0)