From 76d331ef03585e22f88173d55e7b2fafcfdc3efb Mon Sep 17 00:00:00 2001 From: karamvir Date: Thu, 17 Aug 2023 15:38:02 -0700 Subject: [PATCH] re-cast to any to ensure build --- frontend/src/components/config/util.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/config/util.tsx b/frontend/src/components/config/util.tsx index 23dd62918..5d2613b22 100644 --- a/frontend/src/components/config/util.tsx +++ b/frontend/src/components/config/util.tsx @@ -102,13 +102,13 @@ export const DoubleInput = < {values?.map((value, i) => (
onLeftChange(e.target.value as T[L], i)} /> : onRightChange(e.target.value as T[R], i)} />