fixed quick add category..
This commit is contained in:
parent
f334c350db
commit
20413c00ff
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user