fixed vendor create issue..

This commit is contained in:
Cüneyt Şentürk 2022-08-06 09:42:41 +03:00
parent 9c215a03a9
commit 27a43ebdd1

View File

@ -64,7 +64,7 @@
@endif
@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
</div>
</x-slot>