mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] Fix error pop up on kibana update (#138094)
This commit is contained in:
parent
70efbf0ea3
commit
73805c5457
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ export async function ensurePreconfiguredPackagesAndPolicies(
|
|||
policy
|
||||
);
|
||||
|
||||
const newFields = {
|
||||
defaultDownloadSourceId: defaultDownloadSource.id,
|
||||
const newFields: Partial<AgentPolicy> = {
|
||||
download_source_id: defaultDownloadSource.id,
|
||||
...fields,
|
||||
};
|
||||
if (hasChanged) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue