From 4ba26c965a35a6849de265fe856de46f623cbece Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 12 May 2023 15:33:46 -0400 Subject: [PATCH] Fleet UI: Fix small unreleased bug (#11676) --- frontend/pages/policies/PolicyPage/screens/QueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/policies/PolicyPage/screens/QueryEditor.tsx b/frontend/pages/policies/PolicyPage/screens/QueryEditor.tsx index 7033cf746d..89e46d024a 100644 --- a/frontend/pages/policies/PolicyPage/screens/QueryEditor.tsx +++ b/frontend/pages/policies/PolicyPage/screens/QueryEditor.tsx @@ -175,7 +175,7 @@ const QueryEditor = ({ // Function instead of constant eliminates race condition with filteredSoftwarePath const backToPoliciesPath = () => { - return filteredPoliciesPath || PATHS.MANAGE_QUERIES; + return filteredPoliciesPath || PATHS.MANAGE_POLICIES; }; return (