Fleet UI: Fix small unreleased bug (#11676)

This commit is contained in:
RachelElysia 2023-05-12 15:33:46 -04:00 committed by GitHub
parent bb3b21b574
commit 4ba26c965a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 (