mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Fix small unreleased bug (#11676)
This commit is contained in:
parent
bb3b21b574
commit
4ba26c965a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue