mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Revert UI query path fix (#13161)
This commit is contained in:
parent
c18d04b5e0
commit
8d1fb85d9c
2 changed files with 1 additions and 5 deletions
|
|
@ -1,2 +0,0 @@
|
|||
- Fixed a bug that occurred when a user tries to create a custom query from the "query" action on a
|
||||
host's details page.
|
||||
|
|
@ -486,9 +486,7 @@ const HostDetailsPage = ({
|
|||
};
|
||||
|
||||
const onQueryHostCustom = () => {
|
||||
router.push(
|
||||
PATHS.NEW_QUERY() + TAGGED_TEMPLATES.queryByHostRoute(host?.id)
|
||||
);
|
||||
router.push(PATHS.NEW_QUERY + TAGGED_TEMPLATES.queryByHostRoute(host?.id));
|
||||
};
|
||||
|
||||
const onQueryHostSaved = (selectedQuery: ISchedulableQuery) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue