mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix customer IDed UI bug in which updated query name not reflected in Edit Packs table (#9635)
# Fixes https://www.loom.com/share/d3896278884844279edfd294b12a7929 # Now https://user-images.githubusercontent.com/61553566/216435773-8eef0615-ebab-4fcf-b13c-dbc6872158fe.mov # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
8430ab0269
commit
ec947bc5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ const enhancePackQueriesData = (
|
|||
};
|
||||
return {
|
||||
id: query.id,
|
||||
name: query.name,
|
||||
name: query.query_name,
|
||||
interval: query.interval,
|
||||
pack_id: query.pack_id,
|
||||
platform: query.platform || undefined,
|
||||
|
|
|
|||
Loading…
Reference in a new issue