Skip to content

Commit 449b108

Browse files
Update select-tree.blade.php
1 parent 7f7fccc commit 449b108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/select-tree.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
grouped: '{{ $getGrouped() }}',
3131
openLevel: '{{ $getDefaultOpenLevel() }}',
3232
direction: '{{ $getDirection() }}',
33-
rtl: '{{ __('filament-panels::layout.direction')==='rtl' }}'
33+
rtl: '{{ __('filament-panels::layout.direction') === 'rtl' }}'
3434
})"
3535
>
3636
<div x-ref="tree"></div>

0 commit comments

Comments
 (0)