fixed category modal js issue..

This commit is contained in:
Cüneyt Şentürk 2022-07-28 00:43:14 +03:00
parent 14ebe4e79b
commit 5b0e1282c3

View File

@ -6,7 +6,7 @@
<x-form.group.select name="parent_id" label="{{ trans('general.parent') . ' ' . trans_choice('general.categories', 1) }}" :options="$categories" not-required sort-options="false" searchable form-group-class="col-span-6" />
<x-form.input.hidden name="type" :value="'{{ $type }}'" @change="updateParentCategories" />
<x-form.input.hidden name="type" :value="'{{ $type }}'" />
<x-form.input.hidden name="enabled" value="1" />
</div>
</x-form>