Fix: Исправлено имя маршрута api.groups.search

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad 2026-03-30 12:10:02 +08:00
parent 1f99664d19
commit 44aa50fc18
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
<label class="form-label">Группы</label>
<x-searchable-select
name="groups[]"
url="{{ route('admin.groups.search') }}"
url="{{ route('api.groups.search') }}"
placeholder="Начните вводить название группы..."
:value="$userGroups"
:multiple="true"