mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Fix select name. Fixes #2366
This commit is contained in:
parent
e99a198770
commit
bbb3bd805d
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{ trans('forms.components.groups.visibility') }}</label>
|
||||
<select name="collapsed" class="form-control" required>
|
||||
<select name="visible" class="form-control" required>
|
||||
<option value="0">{{ trans('forms.components.groups.visibility_authenticated') }}</option>
|
||||
<option value="1" selected>{{ trans('forms.components.groups.visibility_public') }}</option>
|
||||
</select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user