Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 24, 2023
1 parent 225e023 commit 22ee790
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class="fi-sidebar-close-overlay fixed inset-0 z-30 bg-gray-950/50 transition dur
'flex' => filament()->hasTopNavigation() || (! filament()->hasNavigation()),
])
>

@if (filament()->hasTopbar())
{{ \Filament\Support\Facades\FilamentView::renderHook('panels::topbar.before') }}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@php
$canWrap = $canWrap();
@endphp

<div
{{
$attributes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@php use Illuminate\View\ComponentAttributeBag; @endphp
@php
use Illuminate\View\ComponentAttributeBag;
@endphp

@props([
'debounce' => '500ms',
'placeholder' => __('filament-tables::table.fields.search.placeholder'),
Expand Down

0 comments on commit 22ee790

Please sign in to comment.