mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add nil check to prevent 500 error on policies page (#34905)
This commit is contained in:
parent
b2ec6d8c20
commit
1962ea7622
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ const PoliciesTable = ({
|
|||
data={generateDataSet(
|
||||
policiesList,
|
||||
currentAutomatedPolicies,
|
||||
config?.update_interval.osquery_policy
|
||||
config?.update_interval?.osquery_policy
|
||||
)}
|
||||
isLoading={isLoading}
|
||||
defaultSortHeader={sortHeader || DEFAULT_SORT_COLUMN}
|
||||
|
|
|
|||
Loading…
Reference in a new issue