mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit 73805c5457
)
Co-authored-by: Cristina Amico <criamico@users.noreply.github.com>
This commit is contained in:
parent
4c136a5e65
commit
580dacabe2
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