From 52203b50eb9cdf94a8395a02006749fde0e82d27 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Thu, 6 Jul 2023 02:07:35 +0800 Subject: [PATCH] fixup --- app/components/ui-lib.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ui-lib.tsx b/app/components/ui-lib.tsx index 814c0dd12..b96809123 100644 --- a/app/components/ui-lib.tsx +++ b/app/components/ui-lib.tsx @@ -448,7 +448,7 @@ export function Selector(props: { multiple?: boolean; }) { return ( -
+
props.onClose?.()}>
{props.items.map((item, i) => {