fixed quick add category..

This commit is contained in:
Cüneyt Şentürk 2022-08-02 15:45:57 +03:00
parent f334c350db
commit 20413c00ff

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 }}'" />
<x-form.input.hidden name="type" value="{{ $type }}" />
<x-form.input.hidden name="enabled" value="1" />
</div>
</x-form>