Fixed transaction missing type issue and fixed recurring vue exception..
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
<x-slot name="body">
|
||||
<x-form.group.category type="{{ $real_type }}" />
|
||||
|
||||
<x-form.group.contact type="{{ config('type.transaction.' . $real_type . '.contact_type') }}" not-required />
|
||||
<x-form.group.contact :type="$contact_type" not-required />
|
||||
</x-slot>
|
||||
</x-form.section>
|
||||
|
||||
|
Reference in New Issue
Block a user