Fix warnings

This commit is contained in:
Saoud Rizwan
2024-07-07 11:40:52 -04:00
parent 21203e836b
commit 2622777fc8
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ const SettingsView = ({ apiKey, setApiKey, maxRequestsPerTask, setMaxRequestsPer
useEffect(() => {
validateApiKey(apiKey)
validateMaxRequests(maxRequestsPerTask)
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [])
return (