Skip to content

Commit a5ae7c8

Browse files
committed
fix basset blocks
1 parent e0e5a2a commit a5ae7c8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/resources/views/ui/widgets/livewire.blade.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111

1212
@includeWhen(!empty($widget['wrapper']), backpack_view('widgets.inc.wrapper_end'))
1313

14-
@bassetBlock('livewire-styles.css')
1514
@push('after_styles')
15+
@bassetBlock('livewire-styles.css')
1616
@livewireStyles
17-
@endpush
1817
@endBassetBlock
18+
@endpush
19+
1920

20-
@bassetBlock('livewire-scripts.js')
2121
@push('after_scripts')
22+
@bassetBlock('livewire-scripts.js')
2223
@livewireScripts
23-
@endpush
2424
@endBassetBlock
25+
@endpush
26+
27+

0 commit comments

Comments
 (0)