#9: Removed attribute that was causing problems with bulk-select

This commit is contained in:
Andy Heathershaw 2017-08-30 22:22:44 +01:00
parent 11852d6daa
commit b99f91ee34
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
</div>
<div class="mt-2">
<input type="checkbox" id="select-photo-{{ $photo->id }}" name="select-photo[]" value="{{ $photo->id }}" v-bind:checked="isPhotoSelected({{ $photo->id }})" /> <label for="select-photo-{{ $photo->id }}">@lang('forms.select')</label>
<input type="checkbox" id="select-photo-{{ $photo->id }}" name="select-photo[]" value="{{ $photo->id }}" /> <label for="select-photo-{{ $photo->id }}">@lang('forms.select')</label>
</div>
</div>
@endif