diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 798bae4..3393ec3 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -137,6 +137,10 @@ function App() { } const fetchData = async (enabledSources, numberInputValue) => { + if (numberInputValue <= 0) { + numberInputValue = undefined; + } + setLoading(true); try { const transientTypes = [];