0} space={contact.space.Contacts} on:close={() => { dispatch('close') }} >
{#if !object.channels || object.channels.length === 0} showPopup(SocialEditor, { values: object.channels ?? [] }, ev.target, (result) => { object.channels = result })} /> {:else}
showPopup(SocialEditor, { values: object.channels ?? [] }, ev.target, (result) => { object.channels = result })} />
{/if}