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)} />