From 798383fd6b4afb9629f80adab7ae7dc836069a2e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:08:42 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/archive.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/archive.index.tsx b/src/routes/archive.index.tsx index b7200ec..7182009 100644 --- a/src/routes/archive.index.tsx +++ b/src/routes/archive.index.tsx @@ -320,7 +320,7 @@ function ArchivePage() { category={activeCategory} onDone={() => { setUploadOpen(false); - loadRows(activeCategory.id); + loadRows(activeCategory.id, debouncedSearch); }} /> )}