Skip to content

Commit

Permalink
Fixed bug in BaseTableWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
schmeits committed Jun 27, 2024
1 parent 21b42b7 commit accccf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widgets/UmamiBaseTableWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
use Illuminate\Support\Facades\Lang;
use Schmeits\FilamentUmami\FilamentUmamiPlugin;
use Schmeits\FilamentUmami\Traits\GetFilterForWidget;
use Schmeits\FilamentUmami\Traits\HasDescription;

abstract class UmamiBaseTableWidget extends Widget
{
use GetFilterForWidget;
use HasDescription;
use InteractsWithPageFilters;

protected int | string | array $columnSpan = 'full';
Expand Down

0 comments on commit accccf3

Please sign in to comment.