mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
prettier
This commit is contained in:
@@ -175,7 +175,7 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement {
|
||||
}
|
||||
|
||||
if (Array.isArray(this._value) && this._value.length === 0) {
|
||||
return this.defaultValue
|
||||
return this.defaultValue;
|
||||
}
|
||||
|
||||
return this._value ?? this.defaultValue;
|
||||
|
||||
Reference in New Issue
Block a user