Skip to content

Commit

Permalink
Merge pull request #796 from owlchester/entity-list-widget-filter-on-…
Browse files Browse the repository at this point in the history
…user

Entity List Widget: Filter on user.
  • Loading branch information
ilestis authored Jan 8, 2024
2 parents e780dba + 665fbce commit 954812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/widgets/forms/_recent.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@include('dashboard.widgets.forms._name')
@include('dashboard.widgets.forms._width')

<x-forms.field field="orger" :label="__('dashboard.widgets.fields.order')">
<x-forms.field field="order" :label="__('dashboard.widgets.fields.order')">
{!! Form::select('config[order]', [
'' => __('dashboard.widgets.orders.recent'),
'oldest' => __('dashboard.widgets.orders.oldest'),
Expand Down

0 comments on commit 954812f

Please sign in to comment.