mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: (Unreleased bug) Platform compatibility always loads (#12876)
## Issue Cerra #12859 ## Description - Ensure compatibility is being calculated and rendered even if query has loaded before ## Screen recording clicking back and forth into same query and still seeing compatibility # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
87a7a508a9
commit
640e9a8dda
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ const QueryForm = ({
|
|||
}
|
||||
|
||||
debounceSQL(lastEditedQueryBody);
|
||||
}, [lastEditedQueryBody, lastEditedQueryId]);
|
||||
}, [lastEditedQueryBody, lastEditedQueryId, isStoredQueryLoading]);
|
||||
|
||||
const hasTeamMaintainerPermissions = savedQueryMode
|
||||
? isAnyTeamMaintainerOrTeamAdmin &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue