remove unused var

pull/1090/head
Cory LaViska 2022-12-20 13:51:53 -05:00
rodzic c5dee51233
commit 0f67b9a9d1
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -546,7 +546,6 @@ export default class SlSelect extends ShoelaceElement implements ShoelaceFormCon
const hasHelpText = this.helpText ? true : !!hasHelpTextSlot;
const hasClearIcon = this.clearable && !this.disabled && this.value.length > 0;
const isPlaceholderVisible = this.value === '';
const isRtl = this.localize.dir() === 'rtl';
return html`
<div