diff --git a/files/dashboard/index.php b/files/dashboard/index.php index 5f9265a..874bda1 100644 --- a/files/dashboard/index.php +++ b/files/dashboard/index.php @@ -106,7 +106,7 @@ document.addEventListener('DOMContentLoaded', () => { row.style.display = rowText.includes(query) ? '' : 'none'; }); - }, 200); // 200 ms debounce + }, 200); // 200ms debounce searchInput.addEventListener('input', filterRows); });