refactor: remove default slotted content

This commit is contained in:
Liam DeBeasi
2023-12-04 10:40:43 -05:00
parent 5a9a7d1adb
commit 8693fd6cf3

View File

@@ -118,7 +118,7 @@ export class PickerColumnOption implements ComponentInterface {
})}
>
<button tabindex="-1" aria-label={ariaLabel} disabled={disabled} onClick={() => this.onClick()}>
<slot>{value}</slot>
<slot></slot>
</button>
</Host>
);