We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7fccc commit 449b108Copy full SHA for 449b108
resources/views/select-tree.blade.php
@@ -30,7 +30,7 @@
30
grouped: '{{ $getGrouped() }}',
31
openLevel: '{{ $getDefaultOpenLevel() }}',
32
direction: '{{ $getDirection() }}',
33
- rtl: '{{ __('filament-panels::layout.direction')==='rtl' }}'
+ rtl: '{{ __('filament-panels::layout.direction') === 'rtl' }}'
34
})"
35
>
36
<div x-ref="tree"></div>
0 commit comments