Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Jun 3, 2024
1 parent 0bacaa7 commit 4d93e5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Filament/Widgets/RowWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @see https://github.com/awcodes/overlook/blob/2.x/src/Widgets/OverlookWidget.php
*/

namespace Modules\Quaeris\Filament\Widgets;
namespace Modules\UI\Filament\Widgets;

use Filament\Widgets\Widget;

Expand Down
5 changes: 3 additions & 2 deletions Resources/views/filament/widgets/row.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
:xl="$grid['xl'] ?? null"
class="gap-6"
>
{{--

@foreach ($widgets as $k=>$v)
<x-filament::grid.column>
{{ $k }}
</x-filament::grid.column>
@endforeach
--}}

</x-filament::grid>
</x-filament-widgets::widget>

0 comments on commit 4d93e5b

Please sign in to comment.