From cfe1a703d991734d75e90ae6045451bee194fb6c Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 13 Sep 2024 17:50:19 +0200 Subject: [PATCH] numeric for level params --- src/App.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0ea3af2..8fdc740 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -505,7 +505,10 @@ function App() { { setMinLevel(+e.target.value || 1); @@ -517,7 +520,10 @@ function App() { { setMaxLevel(+e.target.value || 1);