fixed vendor create issue..
This commit is contained in:
parent
9c215a03a9
commit
27a43ebdd1
@ -64,7 +64,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if (! $hideLogo)
|
@if (! $hideLogo)
|
||||||
<x-form.group.file name="logo" label="{{ trans_choice('general.pictures', 1) }}" :value="$contact->logo" not-required />
|
<x-form.group.file name="logo" label="{{ trans_choice('general.pictures', 1) }}" :value="! empty($contact) ? $contact->logo : false" not-required />
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user