Parcourir la source

refactor: use relative path for search-input default action

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
visuddhinanda il y a 5 jours
Parent
commit
fbfe146aac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      api-v13/resources/views/components/ui/search-input.blade.php

+ 1 - 1
api-v13/resources/views/components/ui/search-input.blade.php

@@ -1,6 +1,6 @@
 {{-- resources/views/components/ui/search-input.blade.php --}}
 @props([
-'action' => route('library.search'),
+'action' => route('library.search', [], false),
 'value' => '',
 'placeholder' => '搜索…',
 'buttonText' => '搜索',