Fix: Исправлено имя маршрута api.groups.search
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
1f99664d19
commit
44aa50fc18
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue