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:
Jacob Shandling 2023-02-03 10:48:42 -08:00 committed by GitHub
parent 8430ab0269
commit ec947bc5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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