{#if embeds.length === 0}

No embeds to show.

{:else} {#if searchType === 'typeahead'}
embedTitles[d.index]} data={embeds.map((embed, index) => ({ index, embed }))} showDropdownOnFocus={true} onselect={(detail) => { if (typeof window !== 'undefined') { window.localStorage.setItem( 'framer-active-embed', detail.original.embed ); } activeEmbed = detail.original.embed; // activeEmbedIndex = detail.original.index; }} />
{:else} {/if}

Preview

{/if}
{#if embeds.length > 0} {/if}