fix cluster and fleet agent config field

This commit is contained in:
Nancy Butler 2023-05-08 12:32:23 -07:00
parent 406071d768
commit 54708f9795
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default Component.extend({
}),
agentKey: computed('type', function(){
return `${ this.type }AgentDeploymentConfiguration`
return `${ this.type }AgentDeploymentCustomization`
}),
defaultSettingId: computed('type', function(){