From f9b3f1e01df744cbb322cbca5c7f064364508e91 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Tue, 24 Sep 2024 13:54:39 -0400 Subject: [PATCH] prettier --- src/components/select/select.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/select/select.ts b/src/components/select/select.ts index 85f6cde20..bf1bee3c1 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -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;