Skip to content

Commit 970b35d

Browse files
committed
remove version timestamp
1 parent 684958c commit 970b35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/select-tree.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
@else
2121
ax-load
2222
@endif
23-
ax-load-css="{{ FilamentAsset::getStyleHref('filament-select-tree-styles', package: 'codewithdennis/filament-select-tree') }}?v={{ time() }}"
24-
ax-load-src="{{ FilamentAsset::getAlpineComponentSrc('filament-select-tree', package: 'codewithdennis/filament-select-tree') }}?v={{ time() }}"
23+
ax-load-css="{{ FilamentAsset::getStyleHref('filament-select-tree-styles', package: 'codewithdennis/filament-select-tree') }}"
24+
ax-load-src="{{ FilamentAsset::getAlpineComponentSrc('filament-select-tree', package: 'codewithdennis/filament-select-tree') }}"
2525
x-data="selectTree({
2626
name: @js($getName()),
2727
state: $wire.{{ $applyStateBindingModifiers("\$entangle('{$getStatePath()}')") }},

0 commit comments

Comments
 (0)