Feedback related amends.

This commit is contained in:
Conor Webb 2023-11-01 09:30:54 +00:00
parent b2aca0c4a6
commit 6cf1b13a0c
2 changed files with 1 additions and 7 deletions

View File

@ -348,7 +348,6 @@
{#if otherSources?.length}
<DataSourceSelect
dividerState={false}
heading=""
dataSet={otherSources}
{value}
onSelect={handleSelected}

View File

@ -11,7 +11,7 @@
{#if dividerState}
<Divider />
{/if}
{#if heading.length > 0}
{#if heading}
<div class="title">
<Heading size="XS">{heading}</Heading>
</div>
@ -26,11 +26,6 @@
aria-selected="true"
tabindex="0"
on:click={() => onSelect(data)}
on:keydown={e => {
if (e.key === "Enter" || e.key === "Space") {
onSelect(data)
}
}}
>
<span class="spectrum-Menu-itemLabel">
{data.label}