[frontend]: Add ObjectTypeProportionPieChart

This commit is contained in:
2025-03-11 19:48:35 +00:00
parent 885a54a333
commit 77f20dac7c
6 changed files with 445 additions and 6 deletions

View File

@ -36,7 +36,7 @@ function App() {
useEffect(() => {
const handler = setTimeout(() => {
setSearchTerm(searchInput);
}, 300); // Adjust this delay as desired
}, 300);
return () => {
clearTimeout(handler);