From a0a8979c63fdd652b89c7a631a41120953fc205a Mon Sep 17 00:00:00 2001 From: jramos Date: Thu, 2 Apr 2026 10:13:57 -0600 Subject: [PATCH] fix(triage): fix missed setCurrentPage('reporting') in Archer ticket filter button One reference to the old page ID was missed in the previous rename commit. The Archer ticket EXC filter button in App.js was still navigating to 'reporting', which would silently fail to navigate. Updated to 'triage'. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 4fdd12e..605f5be 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -2337,7 +2337,7 @@ export default function App() {