0} spaceClass={contact.class.Organizations} spaceLabel={contact.string.OrganizationsFolder} spacePlaceholder={contact.string.SelectFolder} bind:space={_space} 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}