From 180b723a7211304eaa5ee7ca539714c56efe9168 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=9A=BE=20option-map.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomSelect/option-map.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/CustomSelect/option-map.ts b/src/components/CustomSelect/option-map.ts index ef51c5b..02c78c6 100644 --- a/src/components/CustomSelect/option-map.ts +++ b/src/components/CustomSelect/option-map.ts @@ -48,3 +48,5 @@ export default class OptionMap extends Map> { this.last = lastItem } } + +