mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Added "Uncategorized" as additional filter option
This commit is contained in:
parent
4eb648c309
commit
9bd03aabb2
|
|
@ -92,6 +92,8 @@
|
|||
@foreach($taskCategories as $taskCategory)
|
||||
<option value="{{ $taskCategory->name }}">{{ $taskCategory->name }}</option>
|
||||
@endforeach
|
||||
<option class="font-italic font-weight-light"
|
||||
value="{{ $__t('Uncategorized') }}">{{ $__t('Uncategorized') }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user