From bc63d75df57604e2c5529ab27d29cf219cf4eb71 Mon Sep 17 00:00:00 2001 From: Noah Manneschmidt Date: Sun, 7 Apr 2024 18:44:53 -0700 Subject: [PATCH] supply keys for each option --- ui/common/typed-select.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/common/typed-select.tsx b/ui/common/typed-select.tsx index 4557e4d..dcd0afb 100644 --- a/ui/common/typed-select.tsx +++ b/ui/common/typed-select.tsx @@ -12,8 +12,10 @@ export function TypedSelect(props: Props) { return ( );