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>
|
<label class="form-label">Группы</label>
|
||||||
<x-searchable-select
|
<x-searchable-select
|
||||||
name="groups[]"
|
name="groups[]"
|
||||||
url="{{ route('admin.groups.search') }}"
|
url="{{ route('api.groups.search') }}"
|
||||||
placeholder="Начните вводить название группы..."
|
placeholder="Начните вводить название группы..."
|
||||||
:value="$userGroups"
|
:value="$userGroups"
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue