mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
UI - Search only the current-scope queries (#12880)
## Addresses #12868 <img width="429" alt="Screenshot 2023-07-20 at 12 44 16 PM" src="https://github.com/fleetdm/fleet/assets/61553566/e583f1e4-1c8b-4b3f-bde0-7cd9c00e60d9"> - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
099ed43acf
commit
fc9a970e57
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ const QueriesTable = ({
|
|||
resultsTitle="queries"
|
||||
columns={tableHeaders}
|
||||
data={queriesList}
|
||||
filters={{ global: searchQuery }}
|
||||
filters={{ global: isInherited ? "" : searchQuery }}
|
||||
isLoading={isLoading}
|
||||
defaultSortHeader={sortHeader || DEFAULT_SORT_HEADER}
|
||||
defaultSortDirection={sortDirection || DEFAULT_SORT_DIRECTION}
|
||||
|
|
|
|||
Loading…
Reference in a new issue