Hi ,
I am using the below image component in coral touch ui.
When i just add dialog and save the dialog without adding any image placeholder and reopen the dialog it shows the component content path .
Please let me know how to fix this issue

<column
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<logoImage
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldLabel="Logo Image"
fileNameParameter="./logoImage/fileName"
fileReferenceParameter="./logoImage/fileReference"
mimeTypes="[image]"
multiple="{Boolean}false"
name="./logoImage/"
title="Upload Image Asset"
uploadUrl="/tmp/upload/*"
useHTML5="{Boolean}true"/>
</items>
</column>
Thanks